标签:images 镜像 yum arc 安装 容器 arch docker 远程
linux:配置好yum源后运行命令,yum -y install docker-io
mac:下载dmg安装包,双击运行即可
下载地址:https://docs.docker.com/docker-for-mac/
docker有两个重要角色,服务端和客户端,服务端管理着所有容器,客户端扮演着服务端的远程控制
docker --version 查看版本
docker search <imagename> 搜索镜像
docker pull <imagename> 下载镜像
docker images 列出镜像
标签:images 镜像 yum arc 安装 容器 arch docker 远程
原文地址:http://www.cnblogs.com/liluredhat/p/6783580.html