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

docker socket启动

时间:2017-05-13 22:16:34      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:docker

技术分享

[root@localhost ~]# vim /usr/lib/systemd/system/docker.service
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network-online.target firewalld.service
Wants=network-online.target
[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 unix:///var/run/docker.sock -H tcp://0.0.0.0:2375
ExecReload=/bin/kill -s HUP $MAINPID

[root@localhost ~]# systemctl daemon-reload

[root@localhost ~]# systemctl restart docker 


本文出自 “砖家博客” 博客,请务必保留此出处http://wsxxsl.blog.51cto.com/9085838/1925317

docker socket启动

标签:docker

原文地址:http://wsxxsl.blog.51cto.com/9085838/1925317

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