Bot Updating Templated Files

python
LinuxServer-CI 2019-07-10 07:29:43 +02:00
rodzic c1f9db062f
commit 924f47cfaa
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -171,6 +171,9 @@ Below are the instructions for updating containers:
containrrr/watchtower \
--run-once cloud9
```
**Note:** We do not endorse the use of Watchtower as a solution to automated updates of existing Docker containers. In fact we generally discourage automated updates. However, this is a useful tool for one-time manual updates of containers where you have forgotten the original parameters. In the long term, we highly recommend using Docker Compose.
* You can also remove the old dangling images: `docker image prune`
## Building locally