Find and run the Whalesay image (find and run Whalesay image)People all across the world create Docker images. (People worldwide can build Docker images) You can find these images by browsing the
I tried to use the supervisor to start nginx and PostgreSQL ON THE dockercontainer boot. Use the following Dockerfile and supervisord. conf files. The above application starts, but stops after a moment. What's wrong? There is no error message in the stderr or system log file. Dockerfile: 1. [Code] [text] FROMUbuntu: 14.04 RUNmkdir
I tried to use the supervisor to start nginx and PostgreSQL on the docker container boot. Use the following Dockerfile and
Installation environment, CentOS Linux version 3.10.0-514.el7.x86_641. Find the latest MySQL imageDocker search MySQL2, download the latest mysql-server imageDocker pull Mysql/mysql-server:latest 3, after the download is complete, you can view the downloaded image Docker images 4, build container, the-e command to set the default password,--name can customize the name of the
#docker build Image (Dockerfile)
CentOS 7.4.1078 Image Maker
Nginx image creation (based on front centos7 image)
nginx+php Image Production
For more walkthrough, see the Readme file in GitMy git site https://
Docker container run, generally cannot ssh, this container management brings trouble, below will explain how to create a docker image that supports SSH
Download the Ubuntu image from the dock hub first
Command: Docker pull Ubuntu
apache-tomcat-9.0.8.tar.gz //解压安装tomcat服务
Create a Dockerfile file
Vim Dockerfile
FROM centos //基于基础镜像MAINTAINER this is tomcat image
Creating Mirrors with Dockerfile
docker build -t tomcat:centos . //这里别忽视最后有个小点哦!!!
Run the container and log in to the Web page to verify
[[emailprotected] t
Create docker image and sshddocker With sshd service
Reference: https://docs.docker.com/examples/running_ssh_service/
1. Create an empty directory to store Dockerfile
Mkdir-p/home/thm/docker/test/new_image
Vim Dockerfile
The content of Dockerfile is:
FROM tanghuimin0713/ubuntu_amd64:14.04 RUN apt-get update
Tags: dockerfile1. Create a new Dockerfile fileDockerfile
12345678910111213141516
# VERSION 0.0.1FROM ubuntu:latestMAINTAINER lanhong Turnbull "[emailprotected]"# Add 10gen official apt source to the sources listRUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10RUN echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | tee /etc/apt/sources.list.d/10gen.list# Hack for initctl not being available in UbuntuRUN dpkg-divert --local --re
To remotely connect Docker containers using the SSH service based on CentOSEnvironment: Host CENTOS7, directly search Docker's CentOS image, download the latest version1, first according to Docker:yum Install-y Epel-releaseYum Install-y Docker2, start the Docker:systemctl start Docker.service3. Use PS to see if Docker is startedPS aux |grep Docker4. Download the
"$target"/dev/null C 1 3Mknod-m 666 "$target"/DEV/PTMX C 5 2Mknod-m 666 "$target"/dev/random C 1 8Mknod-m 666 "$target"/dev/tty C 5 0Mknod-m 666 "$target"/dev/tty0 C 4 0Mknod-m 666 "$target"/dev/urandom C 1 9Mknod-m 666 "$target"/dev/zero C 1 5# Amazon Linux yum would fail without vars setif [-d/etc/yum/vars]; ThenMkdir-p-M 755 "$target"/etc/yumCp-a/etc/yum/vars "$target"/etc/yum/FiPackage Installation and Information customizationYum-c "$yum _config"--installroot= "$target"--releasever=/--seto
Experimental environment: Two centos7 virtual machines, one is server, used as the client, and the other is registry, used as the docker private image repository.Basic Configuration
Check the IP addresses of the two VMS.The IP address of the server is192.168.134.151.
The IP address of the Registry is192.168.134.150.
Usesetenforce 0Temporarily disable SELinux.
OpenServerAndRegistryKernel forwarding functionE
Summary: Sometimes we need to package a PHP project into a Docker image, which is described hereIdea: We PHP and Apache combine an image to implement PHP project Access, MySQL is a separate mirrorSteps:1. First of all, we test the local PHP project is not available, after all, put on the server after the test is not very convenient. We then import the PHP project
The Docker Registry tool is now well-supported with the mirror feature, which allows you to configure a local mirror service to cache the pull-over image locally so that the other hosts will be able to respond significantly more quickly when pulling again.Start Registry Mirror Service using Docker-composeTake Ubuntu, for example, to install
Mirror capture[Root@docker-node01 ~]# Docker Search Shadowsocksr_manyuserNAME DESCRIPTION Stars Official automatedBenyoo/shadowsocksr_manyuser based on SHADOWSOCKSR version of Manyuser package 0[Root@docker-node01 ~]# docker run-d--name=shadowsocks \-P 10000-10010:10000-1001
Tags: mysql5.7 's CentOS Dock1. After entering Linux, use the docker command to download MySQL, commands such as:Docker Pull mysql:5.7After you run the command, the following log is displayed:[[emailprotected]~]#dockerpullmysql:5.7 5.7:pullingfromlibrary/ MySQL ad74af05f5a2:pullcomplete 0639788facc8:pullcomplete de70fa77eb2b:
pullcomplete 724179e94999:pullcomplete 50c77fb16ba6:pullcomplete d51f459239fb:pull
1. Local Image
For example, you can package your development environment with the name centos6-base.tar. then, you can use centos6-base.tar as the benchmark image in docker.
1. Create your own image and place it in the/root directory:
# Tar -- Numeric-owner -- exclude =/proc -- exclude =/sys-CVF centos6-base.ta
1, modify httpd.confNote characters before the following two lines are removed: #LoadModule proxy_module modules/mod_proxy.so#loadmodule proxy_http_module modules/mod_proxy_http.so2, adding proxy rulesAt the end of the httpd.conf file, add a forwarding rule for example: Proxypass/baidu Http://www.baidu.comProxyPassReverse/baidu http://www.baidu.com will/ Baidu start of the request forwarded to the homepage3, after the configuration file is changed, create the dockerfile in the sibling directory.
Inside the container, like Linux, and then submit the container as mirrored
Dokcerfile Submit Mirror
One
Create a container
[[emailprotected]~] #docker run--namemynginx01-itcentos[[email protected]~]#dockerps-acontainerid IMAGE COMMAND CREATEDSTATUS PORTS names84bcc294325b nginx nBSP; " nginx-g ' Daemonoff ' 3secondsago up3seconds2. The co
run.sh script. The advantage of this is that you can use WebLogic concepts such as clustering, synchronization, and so on. Deploy a clustered application that only needs to be installed once to the cluster.? ? The disadvantages are:? ? The Docker configuration is complex.?? There is no way to automatically expand the compute capacity of the cluster, if you want to add nodes, you need to create a node on administrator, then configure the new 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.