Skip to content

Instantly share code, notes, and snippets.

@penyt
Last active January 16, 2025 14:25
Show Gist options
  • Select an option

  • Save penyt/7f5365b3be2baf76835bf6831d116b9c to your computer and use it in GitHub Desktop.

Select an option

Save penyt/7f5365b3be2baf76835bf6831d116b9c to your computer and use it in GitHub Desktop.
docker ps formatting
docker ps --format="\nNAME 【{{.Names}}】\n - STATUS {{.Status}}\n - IMAGE {{.Image}}\n - 容器ID  {{.ID}}\n - COMMAND {{.Command}}\n - CREATED {{.CreatedAt}}\n - PORTS {{.Ports}}"
docker ps --format="NAME 【{{.Names}} 】
- STATUS {{.Status}}
- IMAGE {{.Image}}
- 容器ID  {{.ID}}
- COMMAND {{.Command}}
- CREATED {{.CreatedAt}}
- PORTS {{.Ports}}
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment