Skip to content

Instantly share code, notes, and snippets.

@sneycampos
Last active August 27, 2024 10:45
Show Gist options
  • Save sneycampos/ad033bce38b5b90ee04de5301237711a to your computer and use it in GitHub Desktop.
Save sneycampos/ad033bce38b5b90ee04de5301237711a to your computer and use it in GitHub Desktop.
docker compose ps command retrieving only specific (useful) columns
alias ps='docker compose ps --format "table {{.Name}}\t{{.Image}}\t{{.Ports}}\t{{.State}}\t{{.Status}}"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment