返回顶部
首页 > 资讯 > 后端开发 > Python >3-7 run vs cmd vsent
  • 824
分享到

3-7 run vs cmd vsent

runcmdvsent 2023-01-31 01:01:13 824人浏览 安东尼

Python 官方文档:入门教程 => 点击学习

摘要

Docker build -t xiaopeng163/Centos-entrypoint-shell .有了image 以后,就可以创建container执行 docker run xiaopeng163/centos-entrypoin

3-7 run vs cmd vsentrypoint
3-7 run vs cmd vsentrypoint
3-7 run vs cmd vsentrypoint
Docker build -t xiaopeng163/Centos-entrypoint-shell .
3-7 run vs cmd vsentrypoint
有了image 以后,就可以创建container
执行 docker run xiaopeng163/centos-entrypoint-shell 创建一个容器
打印出 hello Docker
3-7 run vs cmd vsentrypoint
3-7 run vs cmd vsentrypoint
docker run xiaopeng163/centod-entrypoint-exec
打印出 hello $name
vim Dockerfile
3-7 run vs cmd vsentrypoint

docker build -t xiaopeng163/centos-entrypoint-exec-new .

docker run xiaopeng163/centod-entrypoint-exec-new
打印出 hello Docker
3-7 run vs cmd vsentrypoint
3-7 run vs cmd vsentrypoint
把退出的docker container 删除掉
3-7 run vs cmd vsentrypoint

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

猜你喜欢
  • 3-7 run vs cmd vsent
    docker build -t xiaopeng163/centos-entrypoint-shell .有了image 以后,就可以创建container执行 docker run xiaopeng163/centos-entrypoin...
    99+
    2023-01-31
    run cmd vsent
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作