Podman

From bibbleWiki
Revision as of 00:39, 1 April 2021 by Iwiseman (talk | contribs) (Created page with "=Introduction= This is the initial page. Started this because I run a keycloak server. =Command= <syntaxhighlight lang="bash"> # Delete all containers podman rmi $(podman imag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

This is the initial page. Started this because I run a keycloak server.

Command

# Delete all containers
podman rmi $(podman images -qa) -f
# List Pods
podman pod list
# List containers
podman pod container list
# Run bash shell in bash
podman exec -it keycloak bash