随笔分类 -  docker

摘要:1. docker安装 1) CentOS: sudo yum install docker 2) Ubuntu: sudo apt-get docker.io 2. docker常用命令 1) 镜像下载: docker pull 镜像名 2) 查看本地镜像列表: docker images 3) 阅读全文
posted @ 2019-05-26 18:17 web_kk 阅读(323) 评论(0) 推荐(0)