Docker installation and sharing of common commands and sharing of common docker commands
Basic commands
1. To install docker in yum, the root permission is required.
Yum install docker
2. Start docker
Systemctl start docker. service
3. view the
Centos7 Direct Mount GolangYum Install GolangCENTOS6 need to add a software source, and then installRPM-IVH Http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpmyum Install GolangInstall dependent packagesYum Groupinstall '
Build a private Docker Registry on CentOS 6 v2RegistryConceptReGistry is a stateless, highly extensible server-side application for storing and distributing Docker Image.Dependent installation1.InstallationDockerTo use Docker Registry, of course,
Docker intranet: Docker-registry with Nginx & SSL on CentOSSince Docker-registry is also a software application, the easiest way to do this is to use the officially provided image registry that has been deployed. The official documentation also
Install docker and ubuntu
Docker
Environment:
Centos 6.5 64-bit
If the system is installed by default, the centos kernel is
[Root @ localhost ~] # Uname-Linux localhost. localdomain 2.6.32-431. el6.x86 _ 64
Docker supports 64-bit kernel for
Transferred from: http://www.oschina.net/translate/docker-lightweight-linux-containers-consistent-development-and-deploymentEnglish Original: Docker:lightweight Linux Containers for consistent development and Deployment
Use Docker
In the process of learning Docker, the download image speed is particularly slow, because the Docker hub does not deploy a server or CDN in the country, coupled with the speed of the domestic network and other reasons, the image download is very
Docker learning Summary-Comparison of features between Docker and Vagrant
The following content is discussed in stackoverflow by Mitchell Hashimoto and Solomon Hykes. In this case, the two parties have elaborated on the characteristics and scope of
Install Docker in CentOS 6.9
Because Docker requires that the Linux kernel version be 3.8 or later, check the kernel version of the host machine operating system before installation. Otherwise, if the kernel is lower than 3.8, Docker can be
1. Set Boot upIf you want Docker-to-start at boot, you should also:$ sudo systemctl enable docker2. Start, stop, restart$ sudo systemctl start docker$ sudo systemctl stop Docker$ sudo systemctl restart Docker3. Turn on local and remoteModify the/etc/
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.