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:
parent
bd607c3f58
commit
c85f9b03cd
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user