docker_quick-n-dirty

This is an old revision of the document!


Docker Quick-n-Dirty

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.1685555843.txt.gz
  • Last modified: 2023/05/31 17:57
  • by mgupton