mirror of
https://github.com/rancher/os.git
synced 2025-09-18 16:27:31 +00:00
Merge pull request #361 from imikushin/persist-rancher
make /var/lib/rancher persistent
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user