Environment preparation1. Amazon EC2 Windows Server with Container2. Visual Studio Enterprise (profresianal to install update 3)3.. NET Core 1.0.0–vs Tooling Preview 2. Please click here to install4. Microsoft. NET Core SDK, can download and install to Microsoft Official websiteExperimental stepsFirst, Docker environment preparationAmazon EC2 Windows Server with container has built-in
Author: Liu Xuhui Raymond Reprint Please specify the source
Email:colorant at 163.com
blog:http://blog.csdn.net/colorant/
What is it
Simply put, Docker is a lightweight VM solution built on top of LXC, based on process containers (Processcontainer)
By analogy with the transport of goods in the real world, in order to solve the problem of transporting goods of various types and sizes in various transport vehicles, we invented the
1. When using MAVEN, the project first adds the auto-install MAVEN to the global Tool configuration and then adds the Maven top-level MAVEN targets in the project's build The Maven ID you just added is selected in version, otherwise the following error is reported:Fatal:command Execution Failedjava.io.IOException:Cannot Run program ' MVN ' (in directory/var/jenkins_home/workspace/ Jettydocker "): error=2, No such file or Directoryat Java.lang.ProcessBuilder.start (processbuilder.java:1048) at Hu
--ca-file=ca.pem--cert-file=server.pem--key-file=server-key.pem--endpoints= "https:/ /192.168.161.151:2379,https://192.168.161.152:2379,https://192.168.161.153:2379 "Cluster-healthThe discovery all started successfully. If an error occurs, please check the ETCD log yourself. If you start ETCD when the command has been stuck over there, do not worry, ETCD has been started, directly press CTRL + C. Check the status of Etcd: Ps-ef |grep ETCD12. The TLS certificate and ETCD have been successfully de
Recently in the study of docker! Running Docker in virtual machine centos7 will often include:[email protected] docker]$ Docker run-it Lin/centos6/bin/bash2016/11/08 19:38:53 Error Resolving syscall name Execveat:could not resolve name to Syscall-ignoring Syscall.2016/11/08 19:38:53 Error Resolving syscall name Getrand
/Administrator/.ssh/id_rsa.pub,并将内容复制到gitlab上,按照以下步骤找到gitlab上配置ssh-key的地方1234 then execute the following command in sequence on the command line 1 cd test #进入到要上传的项目的文件夹中 2 git init #初始化此目录,使git可以管理这个文件夹 3 git config --global user.name "administrator" 4 git config --global user.email "[emailprotected]" 5 git remote add origin ssh://[emailprotected]”gitlab地址”/“项目用户”/”项目名称” #后面的那些在gitlab上面新建项目的时候就会指定,并且可以看到 6 g
Since the official website of the mirror is generally minimal installation and no SSH installation, today we have a Docker official website CentOS image as an example to install SSH.
1, to see if the mirror is CentOS, if there is a follow-up operation, not to pull one.2, build an SSH mirror.Create the container and map the host port 22000 to the container's 22 port:Docker run-d-ti–name ssh-centos-p 22000:2
This series of Docker learning is CENTOS7 under the study.
1. Container Host/Host Access container
Start a mirror that has been configured for JDK, Tomcat, named Tomcat01.
Use Route-n to view the route of the host, ifconfig to view the host's IP.
DOCKER0 network card is docker when the installation is started on the
I had 3 questions when I published the ASP.1. Why the published program cannot run in a Docker containerWhen published in the Window development environment, dotnet Xxx.dll can run normally, but after it is placed in the Docker container, it is reported *.*.deps.json not found error. After the following article resolved the problem: https://www.cnblogs.com/mahido
scores passed the international Japanese first-level examination, as a two-year Japanese translation work. After employment in Renren, transformation to do Internet development. Graduate student in psychology, CAs. There are nearly hundred technical invention patents, venture partner. We have technical support experience in Tokyo, Japan and Silicon Valley, USA. Currently the United States Group reviews Technical experts (Welcome to pay attention to the personal technology of static children: Pr
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
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
Preface
Everyone uses Docker to download images from the container repository, but this process may depend on the bandwidth of the network, so if you migrate a downloaded image to another environment, or how to implement a backup or restore of a docker container, or migrate, let's talk about it a bit.
----------------
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
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
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
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
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
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.