会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
陶海军的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2018年5月9日
docker tomcat启动慢
摘要: 镜像 https://hub.docker.com/r/errorlife/tomcat/ docker pull errorlife/tomcat
阅读全文
posted @ 2018-05-09 10:23 陶海军
阅读(286)
评论(0)
推荐(0)
编辑
IDEA Maven打包时去掉test
摘要:
阅读全文
posted @ 2018-05-09 09:50 陶海军
阅读(1464)
评论(0)
推荐(0)
编辑
2018年3月16日
docker安装activemq
摘要: docker run --name activemq -p 61617:61616 -p 8162:8161 -e ACTIVEMQ_ADMIN_LOGIN=admin -e ACTIVEMQ_ADMIN_PASSWORD=mq123 --restart=always -d webcenter/activemq:latest
阅读全文
posted @ 2018-03-16 15:10 陶海军
阅读(142)
评论(0)
推荐(0)
编辑
Docker安装
摘要: 安装:curl https://releases.rancher.com/install-docker/1.12.sh | sh 启动:service docker start
阅读全文
posted @ 2018-03-16 09:56 陶海军
阅读(77)
评论(0)
推荐(0)
编辑
2018年3月15日
docker进入容器
摘要: sudo docker exec -it containerID /bin/bash
阅读全文
posted @ 2018-03-15 10:03 陶海军
阅读(110)
评论(0)
推荐(0)
编辑
docker和宿主机之间复制文件
摘要: 从主机复制到容器sudo docker cp host_path containerID:container_path 从容器复制到主机sudo docker cp containerID:container_path host_path
阅读全文
posted @ 2018-03-15 10:02 陶海军
阅读(132)
评论(0)
推荐(0)
编辑
2018年3月8日
docker启动redis设置密码
摘要: docker run --name picker-redis -p 6379:6379 -d redis --requirepass "认证密码"
阅读全文
posted @ 2018-03-08 11:28 陶海军
阅读(1181)
评论(0)
推荐(0)
编辑
2018年1月26日
Dockerfile镜像制作时间同步
摘要: 1.问题描述 宿主机与容器时间相差8小时 2.原因 宿主机采用了CST时区,CST应该是指(China Shanghai Time,东八区时间)容器采用了UTC时区,UTC应该是指(Coordinated Universal Time,标准时间) 3.问题解决
阅读全文
posted @ 2018-01-26 16:51 陶海军
阅读(457)
评论(0)
推荐(0)
编辑
2018年1月22日
微服务注册发现集群搭建—单机版(Registrator+Consul+Consul-template+nginx)
摘要: 1.创建模板文件 docker-compose.yml #backend web application, scale this with docker-compose scale web=3 web: image: tomcat-fhm:1.0 environment: SERVICE_8080_
阅读全文
posted @ 2018-01-22 10:39 陶海军
阅读(240)
评论(0)
推荐(0)
编辑
2018年1月19日
CentOS7下安装Docker-Compose
摘要: 1.安装python-pipyum install python-pip2.无安装包yum -y install epel-release3.升级python-pippip install --upgrade pip4.安装docker-compsepip install docker-compos
阅读全文
posted @ 2018-01-19 15:11 陶海军
阅读(1075)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
下一页
公告