6a8e5f14f68d978b85752227bfc47090120e828a
Right now docker puts swarm's control socket into the docker root dir (e.g. /var/lib/docker). This can cause some nasty issues with path length being > 108 characters, especially in our CI environment. Since we already have some other state going in the daemon's exec root (libcontainerd and libnetwork), I think it makes sense to move the control socket to this location, especially since there are other unix sockets being created here by docker so it must always be at a path that works. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 4d95ea319c4905827fb66fc8da09a6a8ac558004 Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%