400 028 6601

建站动态

根据您的个性需求进行定制 先人一步 抢占小程序红利时代

docker入门24小时

docker

docker install For Centos7

yum remove docker*
yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
yum makecache fast
yum -y install docker-ce
systemctl enable docker && systemctl start docker

docker run hello-world

docker run hello-world

docker run

docker images

docker pull centos

docker run --name centos1 -itd -v /opt:/opt:rw -p 80:80 centos

docker manager

# login container
docker attach centos1
# logout container
ctrl+p ctrl+q

docker local repo

docker pull registry
docker run --name localrepo -p 5000:5000 registry
docker tag centos 127.0.0.1:5000/justin/centos:v1
docker push 127.0.0.1:5000/justin/centos:v1

网站标题:docker入门24小时
文章分享:http://mzwzsj.com/article/jgcdde.html

其他资讯

让你的专属顾问为你服务