3-7 run vs cmd vsentrypoint

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章