Forrest logo
back to context overview

podman-rmi

List of commands for podman-rmi:

  • podman-rmi:tldr:0bd82 podman-rmi: Display help.
    $ podman rmi
    try on your machine
    explain this command
  • podman-rmi:tldr:2026d podman-rmi: Force remove an image.
    $ podman rmi --force ${image}
    try on your machine
    explain this command
  • podman-rmi:tldr:7af7d podman-rmi: Remove an image without deleting untagged parents.
    $ podman rmi --no-prune ${image}
    try on your machine
    explain this command
  • podman-rmi:tldr:d2537 podman-rmi: Remove one or more images given their names.
    $ podman rmi ${image:tag} ${image2:tag} ${---}
    try on your machine
    explain this command
back to context overview