1
0
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:
Darren Shepherd
2015-04-15 00:43:38 -07:00
parent 4982e07fd0
commit b1c519ebe0

View File

@@ -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 " +