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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user