docker_quick-n-dirty

This is an old revision of the document!


Docker Quick-n-Dirty

docker ps --format "\nDocker Details \nID:{{.ID}} \nNames: {{.Names}} \nCommand: {{.Command}}" --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.1743086334.txt.gz
  • Last modified: 2025/03/27 14:38
  • by mgupton