Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
podman [2020/01/25 10:36] – [images] rpjdaypodman [2020/01/27 21:41] (current) – [stop] rpjday
Line 124: Line 124:
  
 <code> <code>
-$ podman system info+$ podman [systeminfo
 $ podman info --format={{".host"}} $ podman info --format={{".host"}}
 $ podman info --format={{".registries"}} $ podman info --format={{".registries"}}
Line 135: Line 135:
 ==== prune ==== ==== prune ====
  
 +<code>
 +$ podman system prune [--all,-a] [--volumes]
 +</code>
 ==== renumber ==== ==== renumber ====
  
Line 148: Line 151:
  
 ==== exists ==== ==== exists ====
 +
 +<code>
 +$ podman image exists ...
 +$ podman container exists ...
 +</code>
  
 ==== history ==== ==== history ====
Line 251: Line 259:
 ==== rm ==== ==== rm ====
  
 +<code>
 +$ podman rm ...
 +</code>
 ==== run ==== ==== run ====
  
Line 265: Line 276:
 <code> <code>
 $ podman [container] top -a $ podman [container] top -a
 +</code>
 +
 +<code>
 +The following descriptors are supported in addition to the  AIX
 +format descriptors mentioned in ps (1):
 +
 +args,  capbnd,  capeff,  capinh,  capprm,  comm,  etime, group,
 +hgroup, hpid,  huser,  label,  nice,  pcpu,  pgid,  pid,  ppid,
 +rgroup, ruser, seccomp, state, time, tty, user, vsz
 </code> </code>
  
Line 327: Line 347:
 ==== save ==== ==== save ====
 ==== search ==== ==== search ====
 +
 +<code>
 +$ podman search --limit 3 rhel
 +$ podman search alpine
 +$ podman search registry.fedoraproject.org/fedora
 +$ podman search --filter=is-official alpine
 +</code>
 ==== start ==== ==== start ====
 ==== stats ==== ==== stats ====
 ==== stop ==== ==== stop ====
 +
 +<code>
 +$ podman stop mywebserver
 +$ podman stop 860a4b235279
 +$ podman stop mywebserver 860a4b235279
 +$ podman stop --cidfile /home/user/cidfile-1
 +$ podman stop --timeout 2 860a4b235279
 +$ podman stop -a
 +$ podman stop --latest
 +</code>
  
 ==== tag ==== ==== tag ====
  • podman.1579948608.txt.gz
  • Last modified: 2020/01/25 10:36
  • by rpjday