欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

docker容器在系统启动的时候自动启动

程序员文章站 2022-03-24 18:58:10
...

 

Yes, docker has restart policies such as docker run --restart=always that will handle this. This is also available in the compose.yml config file as restart: always.

 

参考资料: https://*.com/questions/30449313/how-do-i-make-a-docker-container-start-automatically-on-system-boot