This is an old revision of the document!
Docker Quick-n-Dirty
Test Connection From Inside Container
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
This is an old revision of the document!
docker run --rm --init -it alpine sh -c "apk add --update --no-cache netcat-openbsd && timeout 5s nc -v 172.16.60.14 514"