码迷,mamicode.com
首页 > 其他好文 > 详细

使用jenkins+marathon+docker完成自动化部署

时间:2018-12-26 20:08:15      阅读:302      评论:0      收藏:0      [点我收藏+]

标签:art   iss   efault   rest   bin   centos   管理   col   require   

1.前置条件

Docker开启TCP端口

开启docker apiserver的2375管理端口,本示例在CentOS7环境下。编辑docker.service文件,修改ExecStart参数,添加-H tcp://0.0.0.0:2375 -H unix://var/run/docker.sock

vim ./usr/lib/systemd/system/docker.service
[Service]
Type=notify
# the default is not to use systemd for cgroups because the delegate issues still
# exists and systemd currently does not support the cgroup feature set required
# for containers run by docker
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2375 -H unix://var/run/docker.sock
ExecReload=/bin/kill -s HUP $MAINPID
TimeoutSec=0
RestartSec=2
Restart=always

 

使用jenkins+marathon+docker完成自动化部署

标签:art   iss   efault   rest   bin   centos   管理   col   require   

原文地址:https://www.cnblogs.com/gytangyao/p/10180792.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!