aefd6e5a56
Task: 39811 Change-Id: I6f065073feee42b2a0921a4aea98f7004fe5f7bf
14 lines
250 B
YAML
14 lines
250 B
YAML
---
|
|
deploy_containers_defaults:
|
|
comparisons:
|
|
image: strict
|
|
env: strict
|
|
volumes: strict
|
|
detach: True
|
|
network_mode: "host"
|
|
init: True
|
|
privileged: False
|
|
restart_policy: "unless-stopped"
|
|
|
|
deploy_containers_docker_api_timeout: 120
|