-
安裝即將完成
查看全部 -
配置數(shù)據(jù)庫主機(jī)
查看全部 -
填寫數(shù)據(jù)庫連接信息
查看全部 -
數(shù)據(jù)庫容器:
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 默認(rèn)端口號
查看全部 -
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 應(yīng)用
制作自己的鏡像
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://idcbgp.cn/article/16448
查看全部
舉報