标签:http 格式 osi tab roo UI tom pack rip
1:在 linux 64位上跑 (win不是不行,基本不用)
2:安装 https://docs.docker.com/install/linux/docker-ce/centos/ (yum 安装 挺快)
学习时 版本为
======================================================================
Package Arch Version Repository Size
======================================================================
Installing:
docker-ce x86_64 18.03.1.ce-1.el7.centos docker-ce-stable 35 M
2:启动 systemctl start docker
3:一些命令
[root@192 ~]#
docker search centos
名称 描述 星数 官方的 自动构建
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
centos The official build of CentOS. 4214 [OK]
ansible/centos7-ansible Ansible on Centos7 109 [OK]
(名称格式介绍 官方的就算了 看这个 ansible/centos7-ansible ansible表示用户名 centos7-ansible表示项目名)
docker pull centos(就是 search 出来的 NAME) pull的时候挺慢的...
docker images 查看当前有的镜像
[root@192 ~]# docker images
镜像唯一id
REPOSITORY TAG IMAGE ID CREATED SIZE
标签:http 格式 osi tab roo UI tom pack rip
原文地址:https://www.cnblogs.com/LiuPan2016/p/8989460.html