大家好,又见面了,我是你们的朋友全栈君。
Docker 开启API
Docker默认文件位置:
/usr/lib/systemd/system/docker.service
cd /usr/lib/systemd/system/ vim docker.service
修改
[Service]
区ExecStart
行为下面的内容
[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 --containerd=/run/containerd/containerd.sock ExecReload=/bin/kill -s HUP $MAINPID TimeoutSec=0 RestartSec=2 Restart=always
在原本的
ExecStart
中添加tcp://0.0.0.0:2375
重启
docker 守护进程
和docker.service
systemctl daemon-reload systemctl restart docker.service systemctl start docker.service
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/132407.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...