buildah/tests/roles/cli/tasks/prepare-containers.yaml

7 lines
206 B
YAML
Raw Normal View History

---
- 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