码迷,mamicode.com
首页 > 其他好文 > 详细

docker 基础

时间:2018-05-04 12:00:07      阅读:202      评论:0      收藏:0      [点我收藏+]

标签: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

 

docker 基础

标签:http   格式   osi   tab   roo   UI   tom   pack   rip   

原文地址:https://www.cnblogs.com/LiuPan2016/p/8989460.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!