Part-2 container (Container) IntroductionThe Docker architecture has three levels, from high to low as follows:
Stack (Stack)
Services (Service)
Containers (Container)
These are now exposed in the layer of the container, similar to the underlying founda
Centos 6.5 Installation and use of Docker
Based on my usual habits, about "what is something" such a problem, please Baidu Bar, there will be more professional people, will be more detailed than I said, and here I only give the experience of the installation and use of the process. 1. Installation
Check the server environment first, Docker requires operating system CentOS6 above, kernel version must be 2.6
This is a creation in
Article, where the information may have evolved or changed.
"Editor's word" is the collective idea of the operation of the company, but also a deep understanding of technology people, this article is the author in the practice of immutable infrastructure concept of the process of understanding the container, this is the first article, This paper focuses on the differences between traditional operational tools such as chef and
Docker provides a simple command of the Operation container. But his command of the container does not belong to the system.
Because it is too simple, there must be a lot of deficiencies. For example, starting order, dependency checking, failure service recovery, and so on, all need a mature system service management software to complete.
This article uses Redis
A wild full-stack engineer configures the scheduled task crontab (DaoCloud + Docker + Laravel5) in a Docker container and prefers to study various new technologies.
Follow Now
Recently, the project involves the function of a scheduled task. so I went to study how to use crontab over the past few days and successfully enabled the function on my computer accord
, and you need to update them further to create your own version
The first two, to a certain extent, or you may be the control, the last situation will not be able to. This problem will ultimately affect the actual availability of Docker, and current solutions include:
when using Dockerfile , merge as many actions as possible: for example, use "" or ";" combine to run multiple shell commands , write multiple shell commands into a scrip
Docker Storage Driver Detailed introduction
Recently do project, during the Docker storage driver will not, so find information on the Internet, and resolved, here on the record.
Objective
Understand how Docker is stored
Dock
Introduced inside Docker The image is running on the filesystem and the parameters are that it will never change. The container is an instance of the mirror runtime. when you're in Docker When you run a command on it, he runs the following actions:1. Check if the image exists2. if not, download3. Load the image run the action you wantView Local containers[[email
supports secure communication with Docker background processes through SSL certificates.RethinkdbRETHINKDB is a docker image of a shipyard project that holds information such as account, Engine (engine), service key (services key), extended metadata (extension metadata), It does not store any container or mirror content. Typically, a SHIPYARD/RETHINKDB
1. After entering the inside of the container
Cat/etc/hosts
will display its own and (–link) soft connection to the container IP 2. Using Commands
Docker Inspect--format ' {{. Networksettings.ipaddress} ' OrDocker Inspect OrDocker inspect-f ' {range. networksettings.networks}}{{. Ipaddress}}{{end} ' container_name_or_id 3. You can consider writing a bash functi
The default space for the Docker container is 10G, and if you want to specify the size of the default container (specified when you start the container), You can specify it in the Docker configuration file via the Dm.basesize parameter, such asdocker-d--
Reprint please indicate the source: http://blog.csdn.net/dongdong9223/article/details/71425077This article comes from "I'm a fish on the hook" blog.
I've explained how to get in and out of Docker's container. Today, in Docker, the host and container (container) Copy the method of transferring files to each other. 1 co
Restarting the Docker service at run time may cause container to fail to start, and the error message is similar to the containerError response from Daemon:cannot start container zookeeper:error getting container DDF1DD91BBF46DC648268327F8F7C6FFFAF 2F19CDA5CF1D97FDC701016D4332C from driver devicemapper:error mounting '
","Dm.use_deferred_deletion=true","dm.basesize=25g" ]}Note:DM.BASESIZE specifies the images and container that can be extended to theMaximum Space。5. Restart Docker Service (root)#>Systemctl daemon-reloadSystemctl start Docker6. Authentication (root)
A.docker Info Check#>
Docker InfoThe results are similar to the following. The information in the box indica
Docker run-d-it--name mysql-p 3306:3306-v/root/mysql/data:/var/lib/mysql-e mysql_root_password=123456 MySQL -D: Run the container as a daemon -I: Keep the container's input open -T: Assigning a pseudo terminal --name: The name of the container -P: Map the port of the host to the port of the container -E: Set the datab
The connection between Docker containers can be a lot of convenience, and the following records how the Redis container connected to it is connected through environment variables within its own container.Start with a Redis docker container named Redis, and then start your own Docke
-machine/usr/local/bin/docker-machineThe downloaded execution file is put into/usr/local/bin, and the docker-mahine version Validation command is available: > Note: When you see this article, the Docker machine should have an updated version, which can be installed by reference to the official documentation. via
tab
NBSP; key completion
When Docker creates a container, it uses the bridge network by default, assigning its own IP and not allowing itself to be specified.In the actual deployment, we need to specify the container IP, not allow its own IP, especially when building a cluster, fixed IP is required.We can create our own bridge network: MyNet, when you create a
When an administrator first starts using the Docker container, it is often surprising that the container itself takes a non-persistent storage. When the container is removed, the container's storage is also removed.
Of course, if
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.