====== 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"