podman

Simple management tool for pods, containers and images. Podman provides…

podman

Simple management tool for pods, containers and images. Podman provides a Docker-CLI comparable command line. Simply put: alias docker=podman. More information: https://github.com/containers/libpod/blob/master/commands.md.

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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← pnpx podman-build →