docker-3-images

Today, I will publish the recently completed docker images, first of all, let’s talk about the hierarchy

       1.base-image: ubuntu16.10, which is the latest version

       2.1036225293/ubuntu-16.10:apt-update

       #Build based on ubuntu16.10 image#

       #Because the basic image has not executed apt-get update and cannot install other software, an apt-update image is established to facilitate the installation of other software#

       3.1036225283/ubuntu-16.10:vim

       #Build based on 1036225293/ubuntu-16.10:apt-update#

       #In order to facilitate the use of vim to edit files, this mirror has been established#

       4.103625283/ubuntu-16.10:java

       #Build based on 1036225283/ubuntu-16.10:vim#

       #Configure the environment variables, enter the container, the java command has taken effect, no need to execute additional source /etc/profile#

       5.1036225283/ubuntu-16.10:tomcat

       #Build based on 1036225283/ubuntu-16.10:java#

       #Set up tomcat startup#

 

       Finally, attach the address of the image in hub.docker.com: https://hub.docker.com/r/1036225283/ubuntu-16.10/tags/

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326889471&siteId=291194637