Skip to content

Instantly share code, notes, and snippets.

@aspyker
Created January 8, 2017 21:08
Show Gist options
  • Save aspyker/2297698b2a0d635495919bfd94ddc963 to your computer and use it in GitHub Desktop.
Save aspyker/2297698b2a0d635495919bfd94ddc963 to your computer and use it in GitHub Desktop.
How to get into Docker for MAC to adjust DNS:
- docker run -it --privileged --pid=host ubuntu:latest nsenter -t 1 -m -u -n -i sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment