Switch ContainerCli to podman by default
The plan is: - Docker is deprecated in Stein - Podman is the default in Stein - Docker will be removed in Train Change-Id: I8f00d3e539abc4a169d6b48b8ce697e54aa2eae9
This commit is contained in:
@@ -58,7 +58,7 @@ parameters:
|
||||
type: string
|
||||
ContainerCli:
|
||||
type: string
|
||||
default: 'docker'
|
||||
default: 'podman'
|
||||
description: CLI tool used to manage containers.
|
||||
constraints:
|
||||
- allowed_values: ['docker', 'podman']
|
||||
|
||||
Reference in New Issue
Block a user