Today I learned some useful podman flags like:

  • --replace: to replace a container if it already exists.
  • --ignore: to ignore errors and continue the work (very useful for bulk deletions).
  • --tz: to set the TZ for the container.

More