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:
commit
4f2efd3db3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue