1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

rename rancher.user_docker to rancher.docker in cloud-config

This commit is contained in:
Ivan Mikushin
2015-09-11 14:10:50 +05:00
parent f19de93e09
commit 5934852e80
8 changed files with 30 additions and 30 deletions

View File

@@ -46,7 +46,7 @@ func Main() {
}
func enter(cfg *config.CloudConfig) error {
context := cfg.Rancher.UserDocker.StorageContext
context := cfg.Rancher.Docker.StorageContext
if context == "" {
context = DEFAULT_STORAGE_CONTEXT
}
@@ -211,7 +211,7 @@ func main(cfg *config.CloudConfig) error {
return err
}
dockerCfg := cfg.Rancher.UserDocker
dockerCfg := cfg.Rancher.Docker
args := dockerCfg.FullArgs()