Skip to content

Instantly share code, notes, and snippets.

@markuman
Last active March 13, 2018 11:49
Show Gist options
  • Save markuman/bd0def3c82fb140ba44104260e4444d2 to your computer and use it in GitHub Desktop.
Save markuman/bd0def3c82fb140ba44104260e4444d2 to your computer and use it in GitHub Desktop.
docker run --rm busybox nslookup google.de
docker network create -d overlay --attachable testnetzwerk
docker run --rm --network testnetzwerk busybox nslookup google.de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment