2016年9月6日

CentOS7修改服务器主机名方法

摘要: hostnamectl set-hostname <hostname> 退出重新ssh或login后生效。 阅读全文

posted @ 2016-09-06 17:34 傻子才悲伤 阅读(205) 评论(0) 推荐(0) 编辑

2016年8月24日

找不到docker.socket解决方法

摘要: 错误信息: Failed to restart docker.service: Unit docker.socket failed to load: No such file or directory 解决办法:(CentOS 7) vi /lib/systemd/system/docker.soc 阅读全文

posted @ 2016-08-24 13:20 傻子才悲伤 阅读(14237) 评论(0) 推荐(0) 编辑

2016年8月23日

Java MongoDB Driver Client 和 MongoDB的 docker compose版本

摘要: 见代码库: https://github.com/flasheryu/docker-java-mongodb-driver-compose 使用步骤: docker-compose build docker-compose up 阅读全文

posted @ 2016-08-23 17:11 傻子才悲伤 阅读(231) 评论(0) 推荐(0) 编辑

Docker Container Link -- Java MongoDB Driver Client 和 MongoDB的 docker link使用

摘要: 开始之前,首先需要知晓Docker Link Environment Variable的相关知识, 使用官方mongo image: https://hub.docker.com/_/mongo/ 首先,启动mongo: 其中,-p 27017:27017 此命令可以省略,因为这是宿主机的端口映射, 阅读全文

posted @ 2016-08-23 13:14 傻子才悲伤 阅读(684) 评论(0) 推荐(0) 编辑

2016年8月16日

Docker版本Omnibus Gitlab 加Lets Encrypt免费SSL一键搭建

摘要: 首先使用下列文件gitlab_run.sh生成LetsEncrypt的certificate。 来源: https://github.com/flasheryu/docker-letsencrypt-nginx-proxy-companion-examples https://github.com/ 阅读全文

posted @ 2016-08-16 18:49 傻子才悲伤 阅读(1341) 评论(0) 推荐(0) 编辑

2016年8月8日

Centos 7 Docker配置secure remote api

摘要: log查看: 证书生成参考: https://docs.docker.com/engine/security/https/ 运行命令重启docker: 客户端访问方法: 阅读全文

posted @ 2016-08-08 17:50 傻子才悲伤 阅读(874) 评论(0) 推荐(0) 编辑

Omnibus Gitlab安装container registry报错

摘要: 按照http://docs.gitlab.com/ce/administration/container_registry.html#container-registry-domain-configuration 官方文档配置gitlab.rb,结果报错: Recipe: gitlab::defau 阅读全文

posted @ 2016-08-08 13:28 傻子才悲伤 阅读(2718) 评论(0) 推荐(0) 编辑

Omnibus Gitlab 502错误

摘要: 访问Gitlab显示502错误,/var/log/gitlab/nginx/gitlab_error.log显示以下错误: 2016/08/08 12:05:35 [error] 23746#0: *1 connect() to unix:/var/opt/gitlab/gitlab-workhor 阅读全文

posted @ 2016-08-08 12:13 傻子才悲伤 阅读(3634) 评论(0) 推荐(0) 编辑

2016年8月5日

Omnibus Gitlab CentOS 7使用Let's Encrypt配置免费ssl

摘要: 首先安装omnibus gitlab,参照 https://about.gitlab.com/downloads/ 参照以下两篇文章结合配置: https://certbot.eff.org/#centosrhel7-nginx https://webnugget.de/setting-up-git 阅读全文

posted @ 2016-08-05 12:39 傻子才悲伤 阅读(769) 评论(0) 推荐(0) 编辑

2016年8月2日

配置CentOS 7 DOCKER_HOST到0.0.0.0:2375

摘要: CentOS 7的配置文件位置略不同: 具体参见 https://www.daocloud.io/mirror#accelerator-doc中set_mirror脚本。 vi /usr/lib/systemd/system/docker.service [Unit]Description=Dock 阅读全文

posted @ 2016-08-02 11:38 傻子才悲伤 阅读(4794) 评论(0) 推荐(0) 编辑

导航