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