1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #1328 from mavenugo/extkey

Moving the UDS file out of /var/lib/docker and into /run/
This commit is contained in:
Alessandro Boch 2016-07-15 14:04:56 -07:00 committed by GitHub
commit 4f2efd3db3

View file

@ -15,7 +15,7 @@ import (
"github.com/opencontainers/runc/libcontainer/configs" "github.com/opencontainers/runc/libcontainer/configs"
) )
const udsBase = "/var/lib/docker/network/files/" const udsBase = "/run/docker/libnetwork/"
const success = "success" const success = "success"
// processSetKeyReexec is a private function that must be called only on an reexec path // processSetKeyReexec is a private function that must be called only on an reexec path