mirror of
https://github.com/rancher/os.git
synced 2025-07-16 16:11:03 +00:00
Remove the user-docker link, its redundant
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
b6847b40d0
commit
e7ff8e65e9
@ -17,7 +17,6 @@ func selinuxCommand() cli.Command {
|
||||
"--net", "host", "--pid", "host", "--ipc", "host",
|
||||
"-v", "/usr/bin/docker:/usr/bin/docker.dist:ro",
|
||||
"-v", "/usr/bin/ros:/usr/bin/dockerlaunch:ro",
|
||||
"-v", "/usr/bin/ros:/usr/bin/user-docker:ro",
|
||||
"-v", "/usr/bin/ros:/usr/bin/system-docker:ro",
|
||||
"-v", "/usr/bin/ros:/sbin/poweroff:ro",
|
||||
"-v", "/usr/bin/ros:/sbin/reboot:ro",
|
||||
|
@ -25,7 +25,6 @@ import (
|
||||
const (
|
||||
defaultStorageContext = "console"
|
||||
dockerPidFile = "/var/run/docker.pid"
|
||||
userDocker = "user-docker"
|
||||
sourceDirectory = "/engine"
|
||||
destDirectory = "/var/lib/rancher/engine"
|
||||
)
|
||||
|
@ -36,7 +36,6 @@ Provides necessary command binaries (read-only), used by system services:
|
||||
/usr/bin/docker-runc.dist
|
||||
/usr/bin/docker.dist
|
||||
/usr/bin/dockerlaunch
|
||||
/usr/bin/user-docker
|
||||
/usr/bin/system-docker
|
||||
/sbin/poweroff
|
||||
/sbin/reboot
|
||||
|
Loading…
Reference in New Issue
Block a user