Python 官方文档:入门教程 => 点击学习
Docker build -t xiaopeng163/Centos-entrypoint-shell .有了image 以后,就可以创建container执行 docker run xiaopeng163/centos-entrypoin
Docker build -t xiaopeng163/Centos-entrypoint-shell .
有了image 以后,就可以创建container
执行 docker run xiaopeng163/centos-entrypoint-shell 创建一个容器
打印出 hello Docker
docker run xiaopeng163/centod-entrypoint-exec
打印出 hello $name
vim Dockerfile
docker build -t xiaopeng163/centos-entrypoint-exec-new .
docker run xiaopeng163/centod-entrypoint-exec-new
打印出 hello Docker
把退出的docker container 删除掉
docker run -it xiaopeng163/centos-cmd-shell /bin/bash 会把 里面 cmd 命令覆盖掉
docker run -it xiaopeng163/centos-entrypoint-shell /bin/bash 不会把 entrypoint 命令覆盖掉
--结束END--
本文标题: 3-7 run vs cmd vsent
本文链接: https://lsjlt.com/news/183934.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0