1. --restart??
no 不自動重啟容器. (默認value)on-failure 容器發(fā)生error而退出(容器退出狀態(tài)不為0)重啟容器,可以指定重啟的最大次數(shù),如:on-failure:10
unless-stopped 在容器已經(jīng)stop掉或Docker stoped/restarted的時候才重啟容器
always? 在容器已經(jīng)stop掉或Docker stoped/restarted的時候才重啟容器赔硫,手動stop的不算
2.修改容器自啟方案?docker update --restart no mynginx