Docker入門筆記(Centos7)

centos7linux

wget https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/centos/docker-ce.repodocker

vim docker-ce.repojson

:%s@https://downdload.docker.com/@https://mirrors.tuna.tsinghua.edu.cn/docker-ce/@vim

yum repolistcentos

yum install docker-cecentos7

mkdir /etc/dockerspa

vim /etc/docker/daemon.jsoncode

{
  "registry-mirrors":["https://registry.docker-cn.com"]
}

systemctl start docker.serviceblog

安裝完成~get

 

 

 

 

鏡像查看

https://hub.docker.com/r/library

搜索後到tags查看版本跟大小

使用 docker image pull 軟件:版本

刪除 docker image rm 

查看 docker image ls

 

建立容器 docker containers create

列出因此容器 docker ps

啓動 docker run --name 名稱 參數 鏡像:版本

相關文章
相關標籤/搜索