1
0
mirror of https://github.com/rancher/os.git synced 2025-08-28 03:01:00 +00:00

Only bind mount /var/lib/rancher/conf

This commit is contained in:
Darren Shepherd 2015-05-05 13:37:51 -07:00
parent cff8052a3b
commit 2bae134b35

View File

@ -179,7 +179,7 @@ func NewConfig() *Config {
SCOPE: SYSTEM,
}),
Volumes: []string{
"/var/lib/rancher:/var/lib/rancher",
"/var/lib/rancher/conf:/var/lib/rancher/conf",
"/var/lib/docker:/var/lib/docker",
"/var/lib/system-docker:/var/lib/system-docker",
},