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 |
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 |