diff options
Diffstat (limited to 'app-emulation/docker/files/docker-containerd.patch')
-rw-r--r-- | app-emulation/docker/files/docker-containerd.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-emulation/docker/files/docker-containerd.patch b/app-emulation/docker/files/docker-containerd.patch deleted file mode 100644 index c53e82eda808..000000000000 --- a/app-emulation/docker/files/docker-containerd.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/libcontainerd/remote_linux.go b/libcontainerd/remote_linux.go -index f0284ca..e44a1d1 100644 ---- a/libcontainerd/remote_linux.go -+++ b/libcontainerd/remote_linux.go -@@ -27,7 +27,7 @@ const ( - maxConnectionRetryCount = 3 - connectionRetryDelay = 3 * time.Second - containerdShutdownTimeout = 15 * time.Second -- containerdBinary = "docker-containerd" -+ containerdBinary = "containerd" - containerdPidFilename = "docker-containerd.pid" - containerdSockFilename = "docker-containerd.sock" - eventTimestampFilename = "event.ts" -@@ -338,7 +338,7 @@ func (r *remote) runContainerdDaemon() error { - } - - // Start a new instance -- args := []string{"-l", r.rpcAddr, "--runtime", "docker-runc"} -+ args := []string{"-l", r.rpcAddr, "--runtime", "runc"} - if r.debugLog { - args = append(args, "--debug", "true") - } |