Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| podman [2020/01/26 11:35] – [prune] rpjday | podman [2020/01/27 21:41] (current) – [stop] rpjday | ||
|---|---|---|---|
| Line 151: | Line 151: | ||
| ==== exists ==== | ==== exists ==== | ||
| + | |||
| + | < | ||
| + | $ podman image exists ... | ||
| + | $ podman container exists ... | ||
| + | </ | ||
| ==== history ==== | ==== history ==== | ||
| Line 254: | Line 259: | ||
| ==== rm ==== | ==== rm ==== | ||
| + | < | ||
| + | $ podman rm ... | ||
| + | </ | ||
| ==== run ==== | ==== run ==== | ||
| Line 268: | Line 276: | ||
| < | < | ||
| $ podman [container] top -a | $ podman [container] top -a | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | The following descriptors are supported in addition to the AIX | ||
| + | format descriptors mentioned in ps (1): | ||
| + | |||
| + | args, capbnd, | ||
| + | hgroup, hpid, huser, | ||
| + | rgroup, ruser, seccomp, state, time, tty, user, vsz | ||
| </ | </ | ||
| Line 330: | Line 347: | ||
| ==== save ==== | ==== save ==== | ||
| ==== search ==== | ==== search ==== | ||
| + | |||
| + | < | ||
| + | $ podman search --limit 3 rhel | ||
| + | $ podman search alpine | ||
| + | $ podman search registry.fedoraproject.org/ | ||
| + | $ podman search --filter=is-official alpine | ||
| + | </ | ||
| ==== start ==== | ==== start ==== | ||
| ==== stats ==== | ==== stats ==== | ||
| ==== stop ==== | ==== stop ==== | ||
| + | |||
| + | < | ||
| + | $ podman stop mywebserver | ||
| + | $ podman stop 860a4b235279 | ||
| + | $ podman stop mywebserver 860a4b235279 | ||
| + | $ podman stop --cidfile / | ||
| + | $ podman stop --timeout 2 860a4b235279 | ||
| + | $ podman stop -a | ||
| + | $ podman stop --latest | ||
| + | </ | ||
| ==== tag ==== | ==== tag ==== | ||