Skip to content

Instantly share code, notes, and snippets.

@ekristen
Created December 8, 2013 17:17
Show Gist options
  • Save ekristen/7860442 to your computer and use it in GitHub Desktop.
Save ekristen/7860442 to your computer and use it in GitHub Desktop.
Testing overwriting resolv.conf
FROM ubuntu:12.04
ADD resolv.conf /etc/resolv.conf
ENTRYPOINT ["/bin/bash"]
nameserver 192.168.100.100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment