💾 Archived View for freeshell.de › tldr › podman.gmi captured on 2023-11-04 at 12:46:49. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
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).