标签:config 最好 执行 bsp docker 编写 目录 nbsp 启动
1、首先需要编写需要启动的脚本,并将脚本放在 /etc/init.d/目录下 如:cs.sh
2、修改权限
3、chkconfig --add cs.sh
4、 chkconfig cs.sh on
启动容器时
docker run -idt ***/*** /bin/bash cs1.sh cs2.sh cs3.sh
最好在每个脚本后面都加上 tail -f /dev/null
docker容器启动时执行脚本 run /bin/bash执行多条指令
标签:config 最好 执行 bsp docker 编写 目录 nbsp 启动
原文地址:https://www.cnblogs.com/lfxiao/p/9531524.html