Docker Container Auto Start
Docker 1.2 開始支援
建立 Container 時增加 –restart=always 參數, Example:
docker run -i -t -d -p 8443:443 --restart=always turnkeylinux/phplist-13.0
參考網址
https://docs.docker.com/articles/host_integration/
docker
,
autostart
,
k8s