CentOS 7 安装 Docker,10分钟入门!

Posted 萧哥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7 安装 Docker,10分钟入门!相关的知识,希望对你有一定的参考价值。

本次安装是在VM虚拟机的CentOS 7环境下,仅为了学习和测试的简单安装,如果在真实生产环境还需要考虑安全策略的其他问题。

1、Linux内核版本需要 3.10.0 以上并且是64位

[[email protected] ~]# uname -r
3.10.0-693.2.2.el7.x86_64

2、更新软件包

[[email protected] ~]# yum update

3、添加yum源

[[email protected] ~]# cat /etc/yum.repos.d/docker.repo
[dockerrepo]
name=Docker Repository
baseurl=https://yum.dockerproject.org/repo/main/centos/$releasever/
enabled=1
gpgcheck=1
gpgkey=https://yum.dockerproject.org/gpg 

4、安装Docker

[[email protected] ~]# install docker-engine

5、安装完成测试

[[email protected] ~]# docker run hello-world
Unable to find image hello-world:latest locally
latest: Pulling from library/hello-world
……
……
……

完成!

以上是关于CentOS 7 安装 Docker,10分钟入门!的主要内容,如果未能解决你的问题,请参考以下文章

如何在 CentOS 7 上安装 Docker

Docker入门安装

CentOS 7安装Docker

Docker 从入门到实践系列二 - Docker 安装

Docker 从入门到实践系列二 - Docker 安装

surging+CentOS7+docker+rancher2.0 入门部署教程