1
2
3
4
# 1.下载镜像
docker pull tomcat
# 2.启动镜像
docker run --name tomcat -v /home/jiangker/tomcat:/usr/local/tomcat/webapps -p 8080:8080 -d tomcat
Docker部署Tomcat
This post is licensed under
CC BY 4.0
by the author.