美文网首页
rpm安装(未测试)

rpm安装(未测试)

作者: tdtdttdd | 来源:发表于2017-11-01 16:36 被阅读0次

1.Go to
https://download.docker.com/linux/centos/7/x86_64/stable/Packages/
and download the.rpm
file for the Docker version you want to install.

Note: To install an edge package, change the word
stable
in the above URL toedge
.
Learn about stable and edge channels.

2.Install Docker CE, changing the path below to the path where you downloaded the Docker package.

$ sudo yum install /path/to/package.rpm

Docker is installed but not started. The docker group is created, but no users are added to the group.
3.运行

$ sudo systemctl start docker
$ sudo systemctl enable docker

相关文章

网友评论

      本文标题:rpm安装(未测试)

      本文链接:https://www.haomeiwen.com/subject/wesgpxtx.html