Build a docker image to build Tomcat9.0 mirroring (RPM One-click Install Java Environment)Tomcat is a free, open source, lightweight Web server that is commonly used in small and medium-sized enterprises and where concurrent access is low, and is the first choice for developing and debugging JSP programs. The following is the way to create a dockerfile image with the Tomcat service using the Dockerfile file
-end interface but also the execution of back-end upgrades. And in order to ensure the completeness of the test dimension and facilitate analysis, the upgrade test framework must ensure the following:
Automatic upgrade Test
Simulate the behavior of a user
Stability Guarantee
Detailed Test Report
View the upgrade process at any time
Considering these requirements, we decided to build an automated upgrade test environment with a hybrid combination of
Docker (3): configure the rancher network environment and download and start the tomcat container1. About rancher
The rancher environment was set up last time, but the network was not properly configured.Container not created successfully. This time, it turns out to be a network problem.The coreos installed in virtualbox is not configured with an ip address, cau
Docker learning: configure the rancher network environment, download and start the Tomcat container1. About rancher
The rancher environment was set up last time, but the network was not configured properly (). Container not created successfully. This time, it turns out to be a network problem. The coreos installed in virtualbox is not configured with an ip addres
1. Download the Docker Toolbox first:http://get.daocloud.io/#install-docker-for-mac-windows2. Download and install the git Windows clientThe installation is all gone, all allowed.ClickStart Docker if you see the following interface is displayed successfully:The first time is slow, to install the default this system, after startup, you can open your virtual machin
Download imagedocker pull nginxdocker pull bitnami/php-fpmEnvironment configurationBuild your development environment in the physical organization configuration directory and Nginx configuration files, easy to manage.Building containersdocker run --name myFpm -v /Users/zhen/www-root/work:/usr/share/nginx/html -v /Users/zhen/docker/lnmp/nginx:/etc/nginx/conf.d -d bitnami/php-fpmdocker run --name myNginx -p
Locally, we can use the Docker for Windows or Docker for MAC as the development environment for the application. However, if you plan to use Docker data volumes to store the application code, especially the application of the file more, such as Drupal, you will feel particularly slow when running it. This is because
Kubernetes is a distributed cluster of Google's Docker based, with the following main components ETCD: High-availability storage sharing configuration and service discovery, used as a companion to flannel on Minion machines, to enable Docker running on each minion to have different IP segments The ultimate goal is to make the Docker Containner running on differe
installation using scripts$ curl-fssl get.docker.com-o get-docker.sh$ sudo sh get-docker.sh--mirror Aliyun6. Start Docker$ sudo systemctl enable docker$ sudo systemctl start dockerThe start command for Ubuntu14.04 is$ sudo service docker startto here theoretically has been able to experience Docker happily, but I in t
DOCKER+REDIS3 Cluster Environment Construction
Docker host new 3 containers, three containers as three nodes of Redis cluster, three master, three slave!
Experimental objectives:
The client accesses the following Redis clusters via 192.168.100.67
IP address with container ID 9cb25bcd52d1:172.17.0.5 port:7005 7006
IP address with container ID 91dac3ea23c9:172
-->
Docker realize online integrated development environment
Because, the school has the flow limit, 10G per month, the super flow speed limit for 50kb/s, as a normal class, this flow is certainly not enough, so I
Requires a development environment with little traffic or speed constraints.
Although the SSH connection server, under the server terminal developm
-tun "hard_timeout=0 idle_timeout=0 priority=0 table=21 actions=drop"Ovs-ofctl dump-flows Br-tun7. Start two docker:container1,container2 on 114.112.62.75,114.112.62.76Docker Pull CentOSDocker RUN-ITD--name=container1--net=none Centos/bin/bashDocker RUN-ITD--name=container2--net=none Centos/bin/bashCheck the PID of two container:Docker Inspect--format "{{. State.pid}} "Container162323Docker Inspect--format "{{. State.pid}} "Container262390Move the Vnic0,vnic1 to two
I recently ran the company's development and test environment to Docker, because development, testing is basically loading code to the site, and then reload the directory, mount to the mirror directory such as: I use the Docker-compose
# development.yml
version: ' 2 '
services:
php-fpm:
image:jackluo/php-fpm:5.6.3
restart:always
volumes:
-/www:/
Want to build a Jenkins environment in Docker. At the beginning I wanted to pull CentOS first, and then I built the environment inside, the environment can run, but I do not know which data to mount, which is why I am not familiar with Jenkins.Colleague told me a new idea https://registry.hub.docker.com/_/jenkins/in th
Build a docker java compiling environmentBuild a java compiling environment using Dockerfile
1. includes the following software packagesUbuntu jdk maven svn
2. jdk and maven must be downloaded manually.Jdk-8u51-linux-x64.gz apache-maven-3.3.3-bin.tar.gz
3. Create a Dockerfile that contains the following content
FROM export turun apt-get updateRUN apt-get-y install subversionADD jdk-8u51-linux-x64.gz/usr
This article mainly introduced the Docker to create the PHP development environment encountered by the permissions problem solution, with a certain reference value, it is necessary to understand.
Recently I have run the development of the company, and the test environment to the Docker above, because development, 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.