github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/libnetwork/sandbox_externalkey.go (about) 1 package libnetwork 2 3 import "github.com/docker/docker/pkg/reexec" 4 5 type setKeyData struct { 6 ContainerID string 7 Key string 8 } 9 10 func init() { 11 reexec.Register("libnetwork-setkey", processSetKeyReexec) 12 }