3-7 run vs cmd vsentrypoint
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了3-7 run vs cmd vsentrypoint相关的知识,希望对你有一定的参考价值。
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
以上是关于3-7 run vs cmd vsentrypoint的主要内容,如果未能解决你的问题,请参考以下文章