Docker. NET Core path Cent OS 7 installed on Cent OS 7 docker

Source: Internet
Author: User

First, make sure the network is unblocked:

I am using a virtual machine: Vmware®workstation pro+cent OS7 64-bit

Open command Execution page after login:

Start executing the following command

1. Uninstalling the old version of Docker and its associated dependencies

sudo yum remove docker docker-common container-selinux docker-selinux docker-engine

? 2. Install Yum-utils, which provides yum-config-manager that can be used to manage Yum sources

-y yum-utils

? 3. Add Yum source

sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
添加下载影象。

? 4. Updating the index

sudo yum makecache fast

? 5. Installing Docker-ce

sudo yum install docker-ce




等待下载安装,可能存在多次下载
成功后提示!
6. Start Docker
sudo systemctl start docker

? 7. Verify that the installation is successful

sudo docker info

参考http://blog.csdn.net/xixiworld/article/details/71438794

Docker. NET Core path Cent OS 7 installed on Cent OS 7 docker

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.