Alibabacloud.com offers a wide variety of articles about how to save docker container, easily find your how to save docker container information here online.
Docker get the container get time error problem resolution:
When using Docker to deploy the site, accidentally found in the container inside time unexpectedly is the United States time, was thunder to, but the solution is also very simple, there are two ways
1, restart a containe
In the first Docker book, when the Docker container starts the Web service, it specifies the parameters that the foreground runs, such as Apache:[Plain]View PlainCopy
entrypoint ["/usr/sbin/apache2"]
CMD ["-D", "FOREGROUND"]
Another example is Nginx:[Plain]View PlainCopy
entrypoint ["/usr/sbin/nginx", "-G", "daemon off;"]
Why
How can I dynamically bind a Volume group to a running Docker container and dynamically add Volume ?, Dockervolume
How can I dynamically bind a Volume group to a running Docker container and dynamically add Volume?
Requirement: mount the/tmp/test directory of the physical machine to the/src directory of the running
= 192.168.2.196Gateway = 192.168.2.1DNS = 192.168.2.1DNS = 114.114.114.114
Then restart the service:
systemctl restart systemd-networkd
At this time, the ip address is allocated. It can be accessed through the Intranet.
3. Set host
Add a Host:First, enter the host IP address. If an error occurs, modify the IP address in the admin menu:Then add an agent that can be monitored by rancher only after the agent service is available.Of course, this host is itself.A super-long id will be generated a
Use Docker ps-a to view the ID of the container, as shown below
[Root@localhost ~]# Docker PS
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c5a5dd0a5448 Liushunqiu/nc_ubuntu "/bin/bash" 8 seconds ago up 7 seconds Determined_brown
64fc0c0fd2c7 Registry "/entrypoint.sh/etc/" hours ago up hours 0.0.0.0:80->500
The name of the container must be used to transfer files between the host and the container.
Get the method as follows:
1. First get the short ID of the container or the specified name.
2. Then, according to either of these two items to get the full name of the ID.
With this long ID, the file transfer between the machine and the
Use the-v parameter in Docker Practice 2 to associate the host with the related directory in the container (mount), so we can use this channel to place the data that we want to copy with each other so that we can copy the file with the CP command.
In addition to this approach, we can also use different commands to copy the data. copy data from a container like a
1. Simple topology diagramIf the Pingdocker container is ping different at this time because there is no route to the 192.168.1.0/24 network on the host, the host has the opportunity to send the data destined for the 192.168.1.0/24 network to the default route so that the container cannot be reached.2. Workaround:1. First of all ensure that the virtual machine can be connected to the
Well, I thought it would be easy to remove the image, but it's a little bit of a puzzle to start with. By deleting it, it was easy to find out. Share My experience:In two cases: to remove the image, first delete the container, delete the container, make sure the container is stopped, 2; the command to delete the container
Mount the Docker file on CentOS7. The container does not have the execution permission. centos7docker
Run the NodeJs container in CentOS7 and find that the mounted local directory does not have the execution permission in the container. After various verifications and Google searches, find the cause of the problem. H
Installation Environment:
Both the Docker container and the host are CentOS 7.3 versions
Install LVS Load balancer in the CentOS Docker container (a) Ipvsadm has said a problem with the container installation Ipvsadm.
This is also a similar issue, in the
With Docker's leading position in the cloud computing market, container technology has become a mainstream technology. To use the container technology for the user's application, follow these five steps.
Docker container technology has been rage in the cloud computing market, and many mainstream suppliers are facing t
Docker Network Management – Container interconnect--link usageDownload a MySQL imageDocker pull MySQLCreate a new container 1, named DBDocker run-it-d-P 13306:3306--name db MySQL BashIn a new Web container 2, and the DB interconnectDocker run-it-d-P 12308:80--name web--link db:db centos-httpd BashRun the ENV command on
In the ordinary Ubuntu system, only need to start the script to write in the/etc/rc.local, you can achieve power-on from boot. But in Docker, this is not the case at all, so how do you start multiple applications at boot? By default, Ubuntu in Docker will start/bin/bash.
After I set up the rc.local, the specific content is as follows, for everyone's reference:
/etc/rc.local
/etc/init.d/ssh start
/roo
In the previous section we prepared the Macvlan experimental environment, and today we create Macvlan network Mac_net1 in Host1 and host2:650) this.width=650; "Title=" http://7xo6kd.com1.z0.glb.clouddn.com/ Upload-ueditor-image-20170815-1502768401876055089.png "src=" http://7xo6kd.com1.z0.glb.clouddn.com/ Upload-ueditor-image-20170815-1502768498693056007.jpg "style=" border:0px;float:none; "/>Note: The same command will be executed in Host2 . -d macvlan ① specifies driver as Macvlan.②macvlan Ne
Reprinted from: http://yangrong.blog.51cto.com/6945369/1582184
Docker container once started, the parameters can not be changed, production environment is the most common change is the port mapping, in order to solve this problem, then the first plan, this article lists two port planning scenarios, if there is a subsequent maintenance to increase the port mapping scenario, this paper also gives the dynamic
Let's say you made a docker image of Hadoop, which is called hd_image, and if you want to access Hadoop's 50070 and 8088 ports in a browser on an external network, when you start mirroring hd_image,The script is as follows:50070 8088 --name bbbbb hd_image--name bbbbb, indicating that the name of this container is bbbbb.-H AAAAA, which indicates that the host name in the
1. The Docker container and the system time are inconsistent because the Docker container has a native time zone of 0 time zones, while the domestic system is in the East eight zone.2. There is also a eight-hour time difference between the log time played by the Java application running in the
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.