summaryrefslogtreecommitdiffstats
path: root/tests/roles/cli/tasks/from.yaml
blob: e694b10a4d95d296d1d08671475ba980f9da0e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: buildah from pull
  command: buildah from --pull nginx

- name: buildah from pull always
  command: buildah from --pull-always nginx

- name: buildah from with name
  command: buildah from --name nginx nginx

- name: clean from testings
  command: buildah delete nginx nginx-working-container nginx-working-container-2