1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 06:59:12 +00:00

Symlink docker-proxy

This commit is contained in:
Josh Curl
2016-08-24 09:43:03 -07:00
parent dcc4962fdf
commit c0bcb61158

View File

@@ -83,6 +83,7 @@ func Main() {
{"/var/lib/rancher/engine/docker-containerd-ctr", "/usr/bin/docker-containerd-ctr"},
{"/var/lib/rancher/engine/docker-containerd-shim", "/usr/bin/docker-containerd-shim"},
{"/var/lib/rancher/engine/dockerd", "/usr/bin/dockerd"},
{"/var/lib/rancher/engine/docker-proxy", "/usr/bin/docker-proxy"},
{"/var/lib/rancher/engine/docker-runc", "/usr/bin/docker-runc"},
} {
syscall.Unlink(link.newname)