四川圣与卓专注绵阳梓潼网站设计 梓潼网站制作 梓潼网站建设
绵阳梓潼网站建设公司服务热线:028-86922220

网站建设知识

十年网站开发经验 + 多家企业客户 + 靠谱的建站团队

量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决

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://www.myzitong.cn/article/jgcdde.html

其他资讯