-
安装即将完成
查看全部 -
配置数据库主机
查看全部 -
填写数据库连接信息
查看全部 -
数据库容器:
docker pull hub.c.163.com/library/mysql:latest
docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=000000 -e MYSQL_DATABASE=jpress -secret-pw -d hub.c.163.com/library/mysql:latest
查看全部 -
localhost:8888/jpress
查看全部 -
localhost:8888
查看全部 -
tomcat 默认端口号
查看全部 -
docker run -d -p 8888:8080 jpress
netstat -na|grep 8888
查看全部 -
dockerfile:
FROM hub.c.163.com/library/tomcat MAINTAINER liuguoguo xxx@163.com COPY jpress.war /usr/local/webapps
docker build -t jpress:lastest .
docker build --help
查看全部 -
第一个 java web 应用
制作自己的镜像
Dockerfile
docker build
Jpress:http://jpress.io/
查看全部 -
Docker 初体验
查看全部 -
To generate this message, Docker took the following steps:
The Docker client contacted the Docker daemon
The Docker daemon pulled the hello-worldimage from the Docker Hub
The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading
The Docker daemon streamed that output to the Docker client, which sent it to your termina.
查看全部 -
第一个 docker 容器
docker run [OPTIONS] IMAGEE[:TAG] [COMMAND] [ARG...]
查看全部 -
第一个 dockers 镜像
docker pull [OPTIONS] NAME[:CTAG}
docker images [OPTIONS] [REPOSITORY[:TAG]]
查看全部 -
Redhat & Centos:
http://www.imooc.com/article/16448
查看全部
举报