随笔分类 - Docker
摘要:内存要大,最好4G以上。# docker pull gitlab/gitlab-ce# docker run -d -p 8443:443 -p 8090:8090 这两个端口号要写一样, 不能这样:8090:80, 以前的版本不知道, 我这个是这样的。 进到容器里,安装了netstat才发现,gi
阅读全文
posted @ 2020-09-10 20:40
北极熊129
摘要:spring boot 远程build镜像, 并push到远程仓库
阅读全文
摘要:docker私有仓库,使用https和用户密码访问
阅读全文
posted @ 2020-06-27 02:12
北极熊129
摘要:docker-compose spring boot nginx mysql redis
阅读全文
摘要:docker-compose spring boot redis mysql nginx
阅读全文
摘要:docker-compose spring boot nginx redis mysql
阅读全文
摘要:** 原创文章,请勿转载 ** docker的单host,多container环境下,是使用host的docker0网桥进行通信的。如果跨host, container之间要通信怎么办呢?答案是flannel(当然也有其它方案)。 本文记录下实验过程。1. 环境 三个VM (都是CentOS 7.3
阅读全文

浙公网安备 33010602011771号