mirror of
https://github.com/rancher/os.git
synced 2025-09-16 06:59:12 +00:00
Force os-installer container to use json-file logger
This commit is contained in:
@@ -162,6 +162,7 @@ func startUpgradeContainer(image string, stage, force bool) {
|
||||
|
||||
container := docker.NewContainer(config.DOCKER_SYSTEM_HOST, &config.ContainerConfig{
|
||||
Cmd: "--name=os-upgrade " +
|
||||
"--log-driver=json-file" +
|
||||
"--rm " +
|
||||
"--privileged " +
|
||||
"--net=host " +
|
||||
|
Reference in New Issue
Block a user