1
0
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:
Sven Dowideit 2017-05-08 22:20:14 +10:00
parent b6847b40d0
commit e7ff8e65e9
3 changed files with 0 additions and 3 deletions

View File

@ -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",

View File

@ -25,7 +25,6 @@ import (
const (
defaultStorageContext = "console"
dockerPidFile = "/var/run/docker.pid"
userDocker = "user-docker"
sourceDirectory = "/engine"
destDirectory = "/var/lib/rancher/engine"
)

View File

@ -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