watchtower 526 B

123456789
  1. Running Watchtower for updateing docker containers https://hub.docker.com/r/containrrr/watchtower
  2. docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower
  3. See https://containrrr.dev/watchtower/arguments/ for usage instructions
  4. if you want to remove old images new cotainer started then use
  5. docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower /
  6. Argument: --cleanup Environment Variable: WATCHTOWER_CLEANUP Type: Boolean Default: false