1
0
mirror of https://github.com/rancher/os.git synced 2025-08-30 21:26:09 +00:00

Share /home and /opt with userdocker

This commit is contained in:
Darren Shepherd 2015-02-19 14:34:42 -07:00
parent e8abf31e94
commit 1ebf37e8be

View File

@ -86,6 +86,7 @@ func NewConfig() *Config {
"--pid=host " +
"--net=host " +
"--privileged " +
"--volumes-from=console-volumes " +
"--volumes-from=system-volumes " +
"-v=/usr/bin/docker:/usr/bin/docker:ro " +
"-v=/init:/usr/bin/tlsconf:ro " +