Simple management tool for pods, containers and images.
Podman provides a Docker-CLI comparable command-line. Simply put: alias docker=podman
.
podman ps
podman ps --all
podman start {container_name} {container_id}
podman stop {container_name} {container_id}
podman pull {image_name}:{image_tag}
podman exec --interactive --tty {container_name} {sh}
podman rm {container_name} {container_id}
podman logs --follow {container_name} {container_id}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB