Linux mint18 cinnamon 64bit installation Docker

Source: Internet
Author: User
Tags curl gpg

Reference Official Document: https://docs.docker.com/engine/installation/linux/ubuntu/

1. Install some sources that enable apt to use HTTPS

sudo apt-get install-y --no-install-recommends \ Apt-transport-https \ ca-certificates \ curl \ S Oftware-properties-common

2. Add Docker official GPG key:

Curl-fssl https://apt.dockerproject.org/gpg | sudo apt-key add-

3. Use a stable warehouse (the red font is a place where mint differs from the official version of Ubuntu, as indicated in the official reference document)

sudo add-apt-repository \ "Deb https://apt.dockerproject.org/repo/ \ ubuntu-trusty \ Main "

4. Installing Docker

sudo apt-get update

sudo apt-get-y install docker-engine

Linux mint18 cinnamon 64bit installation 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.