Skip to content

Instantly share code, notes, and snippets.

@aejh
Created October 20, 2020 07:49
Show Gist options
  • Save aejh/0183bb3d455e75ba7e510e31366e84e4 to your computer and use it in GitHub Desktop.
Save aejh/0183bb3d455e75ba7e510e31366e84e4 to your computer and use it in GitHub Desktop.
Podman aliases
# Default podman ps output is very wide, shows the infra containers and isn't column
alias podps='podman ps --format "{{.Names}} {{.Image}} {{.Status}}" | fgrep -v k8s.gcr.io/pause | co
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment