1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +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

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