docker_quick-n-dirty

This is an old revision of the document!


Docker Quick-n-Dirty

docker ps --format "\nID:{{.ID}} \nNames: {{.Names}} \nCommand: {{.Command}} \nPorts: {{.Ports}} \nImage: {{.Image}}" --no-trunc

Example

docker run --rm --init -it alpine sh -c "apk add --update --no-cache netcat-openbsd && timeout 5s nc -v 172.16.60.14 514"
  • docker_quick-n-dirty.1743095682.txt.gz
  • Last modified: 2025/03/27 17:14
  • by mgupton