Podman: Difference between revisions
Jump to navigation
Jump to search
m
→List running containers
No edit summary |
|||
| Line 5: | Line 5: | ||
* {{ kbd | key=podman images [options] [image]}} <ref>[https://docs.podman.io/en/latest/markdown/podman-images.1.html podman-images — Podman documentation]</ref> | * {{ kbd | key=podman images [options] [image]}} <ref>[https://docs.podman.io/en/latest/markdown/podman-images.1.html podman-images — Podman documentation]</ref> | ||
== List | == List containers == | ||
List running containers | |||
* {{ kbd | key=<nowiki>docker container ls [OPTIONS]</nowiki>}} <ref>[https://docs.docker.com/engine/reference/commandline/container_ls/ docker container ls | Docker Documentation]</ref> | * {{ kbd | key=<nowiki>docker container ls [OPTIONS]</nowiki>}} <ref>[https://docs.docker.com/engine/reference/commandline/container_ls/ docker container ls | Docker Documentation]</ref> | ||
* {{ kbd | key=podman ps}} <ref>[https://docs.podman.io/en/latest/markdown/podman-ps.1.html podman-ps — Podman documentation]</ref> | * {{ kbd | key=podman ps}} <ref>[https://docs.podman.io/en/latest/markdown/podman-ps.1.html podman-ps — Podman documentation]</ref> | ||
List all containers | |||
* {{ kbd | key=<nowiki>docker container ls -a</nowiki>}} | |||
* {{ kbd | key=podman ps -a}} | |||
== Build an image from a Dockerfile == | == Build an image from a Dockerfile == | ||