1
0
mirror of https://github.com/rancher/os.git synced 2025-07-03 18:16:13 +00:00

make /var/lib/rancher persistent

by making it a system volume
This commit is contained in:
Ivan Mikushin 2015-06-09 11:59:49 +05:00
parent bd607c3f58
commit c85f9b03cd

View File

@ -120,6 +120,7 @@ func NewConfig() *Config {
}),
Volumes: []string{
"/dev:/host/dev",
"/var/lib/rancher:/var/lib/rancher",
"/var/lib/rancher/conf:/var/lib/rancher/conf",
"/etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt.rancher",
"/lib/modules:/lib/modules",