摘要:
1. 拉取镜像 docker pull tomcat:8-jdk8 2.查看镜像 docker images 3.Docker运行tomcat镜像首先创建挂载目录 mkdir /usr/local/gep/tomcat/ 运行tomcat镜像 docker run --name='gep_tomca 阅读全文
摘要:
1. 拉取镜像 docker pull webcenter/activemq 2. 查看镜像 docker images 3.Docker运行ActiveMQ镜像首先创建挂载目录: mkdir /usr/local/gep/activemq/ mkdir /usr/local/gep/activem 阅读全文