[Original] Install the deployment Docker on Linux system Ubuntu14.04

Source: Internet
Author: User

Docker is an open-source application container engine that allows developers to package their applications and dependencies into a portable container, and then publish them to any popular Linux machine or virtualize them. Containers are completely sandbox-aware and do not have any interfaces with each other.

Docker is Linux 64bit-based and cannot be used in a 32bit linux/windows/unix environment. So you need to make sure that Ubuntu is 64 bits in version.

Apt-get is a Linux command for the Deb package managed operating system that is used to automatically search, install, upgrade, uninstall software, or the operating system from the Internet's software warehouse.

First, download and install Docker.

Way One:

1. Check if the Curl Pack is installed.

$ which Curl

2. If curl is not installed, install the Curl package after updating the apt source.

$ sudo apt-get update

$ sudo apt-get Install curl

3. Get the latest Docker installation package.

$ Curl-ssl https://get.docker.com/| Sh

Way two:

1. Apply Apt-get command

$ sudo apt-get-y install Docker.io

Second, check whether Docker installation is successful.

1. Enter Docker to see the commands that Docker can use. Displays, as indicated, that the installation was successful.

Third, Docker applications.

[Original] Install the deployment Docker on Linux system Ubuntu14.04

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.