Hide Forgot
Description of problem: Right now, everything goes to /run/docker/. The easy part to fix this is to pass --exec-root /run/docker-latest to the docker-latest unit file. The hard part is that netns seems hard-cored and does not honor --exec-root. # mount ... proc on /run/docker/netns/8d54a73b0709 type proc (rw,nosuid,nodev,noexec,relatime) This might be one of reasons caused bug 1328204 . Once this is fixed, we can test to see if that will solve the mentioned bug. Version-Release number of selected component (if applicable): docker-latest-1.10.3-9.el7.x86_64 How reproducible: always
We don't want to support two versions of docker at the same time, since /run/docker.sock is built into two many tools, I don't think we should do this.
As far as I can tell, docker.sock is always hard-coded in /run/docker/ and does NOT honor --exec-root .