Site icon The Perpetual Student

Updating Running Docker Container

Docker Containers

The following commands update containers that are already running using Docker Update

Always restart docker update –restart=always CONTAINER_NAME
Unless stopped docker update –restart=unless-stopped CONTAINER_NAME
Exit mobile version