1
0
mirror of https://github.com/rancher/os.git synced 2025-09-08 18:20:32 +00:00

make it possible to run system-docker commands

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-07-13 22:19:48 +10:00
parent 553fed3eea
commit 180fe241d8

View File

@@ -37,6 +37,7 @@ var (
"/usr/share/ros:/usr/share/ros:ro",
"/var/lib/rancher:/var/lib/rancher",
"/var/lib/rancher/conf:/var/lib/rancher/conf",
"/var/run:/var/run",
},
}
)