docker with cocos creator

2019-03-21  本文已影响0人  许彦峰

docker命令

docker image pull [OPTIONS] NAME[:TAG|@DIGEST]
docker image pull library/hello-world

docker image ls

docker inspect [image]

docker image rm [imageName]

docker container run hello-world

docker container ls

docker container ls --all

docker container kill [containID]

docker container rm [containerID]

docker image build -t name:tag .

上一篇 下一篇

猜你喜欢

热点阅读