docker
学生症
coder
展开
-
Docker 常用命令
查看container#查看正在运行的container[root@lydcentos7 centos6]# docker ps#查看所有的container[root@lydcentos7 centos6]# docker ps -a#查看所有的container 的id[root@lydcentos7 centos6]# docker ps -a -q删除 container#删除一个原创 2016-04-09 15:41:05 · 694 阅读 · 0 评论 -
配置docker centos tomcat
环境主机环境 MBP macos 虚拟机主机环境 centos7 (virtualbox中的一个vm) centos7中安装docker安装配置pull centos image[root@lydcentos7 centos6]# docker pull centos:centos6 download jdk and tomcat[root@lydcentos7 centos6]# wget -原创 2016-04-09 15:26:43 · 2805 阅读 · 0 评论