Skip to content

Commit

Permalink
Merge pull request moby#1328 from mavenugo/extkey
Browse files Browse the repository at this point in the history
Moving the UDS file out of /var/lib/docker and into /run/
  • Loading branch information
aboch authored Jul 15, 2016
2 parents c17370c + 834e70e commit a540b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox_externalkey_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/opencontainers/runc/libcontainer/configs"
)

const udsBase = "/var/lib/docker/network/files/"
const udsBase = "/run/docker/libnetwork/"
const success = "success"

// processSetKeyReexec is a private function that must be called only on an reexec path
Expand Down

0 comments on commit a540b41

Please sign in to comment.