There are several ways to update Docker containers. You can use Portainer or Watchtower, but if you only have a few containers running, you can also do it via the CLI. These steps assume that a (docker-)compose.yml file is in /docker directory and that the Docker Compose plugin is installed. Login the Docker host Navigate …