您好,登錄后才能下訂單哦!
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 命令覆蓋掉
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。