摘要:
ipconfig /flushdns 清除DNS缓存的 查看本机images docker images 1 查看本机运行的container docker ps 1 从dockerhub上pull 镜像 docker pull 镜像名称 利用image运行container:docker run 阅读全文
摘要:
一、在CentOS7上安装docker篇 1. 查看系统版本: $ cat /etc/redhat release CentOS Linux release 7.0.1406 (Core) 2. 安装docker $ yum install docker 安装过程中报错: Transaction c 阅读全文