buildah/tests/roles/cli/tasks/prepare-containers.yaml
Yevhenii Shapovalov e671b026e2 add tests
2017-12-12 13:28:04 +02:00

7 lines
206 B
YAML

---
- name: prepare container nginxc for later testing
command: buildah from --pull --name nginxc nginx
- name: prepare container nginxc-2 for later testing
command: buildah from --name nginxc-2 nginx