docker 安装tomcat 镜像

docker run -i -t -p 8003:8080 --name resumeside_web  tomcat:8.0 /bin/bash

原文地址:https://www.cnblogs.com/adolfmc/p/13303450.html