How does docker deploy tomcat?

coldplay.xixi
Release: 2020-06-30 09:40:48
Original
2667 people have browsed it

How does docker deploy tomcat?

How does docker deploy tomcat?

How docker deploys tomcat:

docker pull tomcat

Find the Tomcat image on Docker Hub:

How does docker deploy tomcat?

You can check other versions of tomcat through Sort by. The default is the latest version tomcat:latest.

In addition, we can also use the docker search tomcat command to view the available versions:

runoob@runoob:~/tomcat$ docker search tomcat

NAME STARS Official Automated

TOMCAT Apache Tomcat is An Open Source Implementa ... 744 [OK]

Dordoka/Tomcat Ubuntu 14.04, Oracle Jdk 8 and Tomcat 8 Ba ... 19 [OK]

Consol/Tomcat-7.0 Tomcat 7.0.57, 8080, "Admin/Admin" 16 [ok]

Consol/Tomcat-8.0.15, 8080, "Admin/Admin" 14 [OK]

CLOUDESIRE/TOMCAT TOMCAT Server, 6/7/8 8 [ok]

DavidCaste/Alpine-Tomcat Apache Tomcat 7/8 USIRACLE JAVA 7/8 wi ... 6 [ok]

andreptb/TOMCAT Debian Jessie Based Image with Apache Tomc ... 4 [OK]

## Kieker/Tomcat 2 [OK]

## FBRX/Tomcat Minimal Tomcat image based on Alpine Linux 2

##runoob@runoob:~/tomcat$ docker pull tomcat

After waiting for the download to complete, we can find the REPOSITORY for tomcat in the local mirror list Mirror.

runoob@runoob:~/tomcat$ docker images|grep tomcat


tomcat ##docker video tutorial

The above is the detailed content of How does docker deploy tomcat?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!