linux_wiki:podman_install

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
linux_wiki:podman_install [2019/08/03 11:30]
billdozor
linux_wiki:podman_install [2019/08/03 11:41] (current)
billdozor [Run]
Line 42: Line 42:
 ====== Run ====== ====== Run ======
  
-Since podman does not require a daemon, you can simply inspect/build/run containers and images.+Since podman does not use a daemon, you can simply inspect/build/run containers and images.
  
 Containers can also be run with non-root privileges. Containers can also be run with non-root privileges.
Line 63: Line 63:
 \\ \\
 Show all containers<code bash>podman ps -a</code> Show all containers<code bash>podman ps -a</code>
 +
 +\\
 +Run a container interactively and attach a bash shell<code bash>podman run -it registryname/image /bin/bash</code>
  
 ---- ----
  
  • linux_wiki/podman_install.1564846243.txt.gz
  • Last modified: 2019/08/03 11:30
  • by billdozor