啟動 Docker Container
自動啟動 Container
編修日期: 2019-9-23
使用情境
docker machine 重啟後,依設定規則來自動執行對應的 Docker Containers參考文件
https://docs.docker.com/config/containers/start-containers-automatically/語法
docker update --restart always container-id [...]
or
docker update --restart always container-name [...]
範例
docker update --restart always my-testapp my-testapp2
沒有留言:
張貼留言