docker文档笔记

docker run --name test -it debian   从image debian 启动名为test 的container。html docker run --cidfile /tmp/docker_test.cid ubuntu echo "test"   从image ubuntu 启动一个新的容器,在终端输出test,并将容器id保存在/tmp/docker_test.c
相关文章
相关标签/搜索