1
0
mirror of https://github.com/rancher/os.git synced 2025-09-08 02:01:27 +00:00

Make docker-compose command available on console

This commit is contained in:
Olli Janatuinen
2020-11-30 21:18:58 +02:00
parent c25bb67fd2
commit 2c8a40b547
3 changed files with 25 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ func symLinkEngineBinary() []symlink {
{"/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/docker-runc", "/usr/bin/docker-runc"},
{"/var/lib/rancher/compose/docker-compose", "/usr/bin/docker-compose"},
}
return baseSymlink
}