Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
1046c6371132875d80f287950bb9e9e5cefa8a85
/
.
/
vendor
/
github.com
/
docker
/
libnetwork
/
sandbox_externalkey.go
blob: 3c362f30d628a05ea8434fa534cfd2b4ff8b4e18 [
file
]
package libnetwork
import "github.com/docker/docker/pkg/reexec"
type setKeyData struct {
ContainerID string
Key string
}
func init() {
reexec.Register("libnetwork-setkey", processSetKeyReexec)
}