summaryrefslogtreecommitdiffstats
path: root/tests/roles/cli/tasks/containers.yaml
blob: fa9add6a4317dfe157cac64f190e7a69097e641b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- name: buildah containers
  shell: buildah containers | grep nginxc

- name: buildah containers -q
  shell: buildah containers -q | grep -v nginxc

- name: buildah containers -n
  shell: buildah containers -n | grep -v NAME

- name: buildah containers --notruncate
  command: buildah containers -- notruncate

- name: buildah containers --all
  command: buildah containers --all 

- name: buildah containers --json
  command: buildah containers --json