Docker on CentOS

Source: Internet
Author: User
Tags epel repo docker run

Docker is best installed on Centos7, centos6.5 seems a lot of trouble

Here to install directly on the CENTOS7, to pre-load Epel repo

Yum install Docker installation on line

Chkconfig Docker on

Service Docker start

Set the Docker service to start every time you boot, and then start the Docker service

Then you can grab a mirror from Docker pull CentOS.

and Lxc slightly different is, LXC and ordinary virtual machine has the Create command, can create a container, but also to manually match the network, host name and so on

Docker just encapsulates all of this, and you can see only the ID and the repo name, and the repo name is not in the container.

So Docker does not have create command, direct Docker run <image name> <command name> can run

Once a change is made to the state of the container, such as a package or something, a docker push is required to save the state change to another repo (or the original repo)

It seems that Docker popularity is not for no reason, git-like operations should be easily accepted by the code farm, and to avoid environmental dependencies, making deployment testing very convenient.

It should be a mass epidemic in the future.

And LXC may be better suited to the PAAs platform for customized requirements.

Docker on CentOS

Related Article

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.