摘要: https://www.jb51.net/article/136264.htm exec模式,进程PID为1,但不能使用环境变量等shell特性 CMD ["top"] 要使用shell特性,可以显示以shell方式运行 CMD ["sh","-c","commond"] shell 模式,这种方式 阅读全文
posted @ 2021-08-17 10:13 lavida2000 阅读(48) 评论(0) 推荐(0)