标签:tor nbsp ble repo x86_64 lib 完成 安全 入门
本次安装是在VM虚拟机的CentOS 7环境下,仅为了学习和测试的简单安装,如果在真实生产环境还需要考虑安全策略的其他问题。
[root@localhost ~]# uname -r 3.10.0-693.2.2.el7.x86_64
[root@localhost ~]# yum update
[root@localhost ~]# 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
[root@localhost ~]# install docker-engine
[root@localhost ~]# docker run hello-world Unable to find image ‘hello-world:latest‘ locally latest: Pulling from library/hello-world …… …… ……
标签:tor nbsp ble repo x86_64 lib 完成 安全 入门
原文地址:https://www.cnblogs.com/tocode/p/8847631.html