Created
December 8, 2013 17:17
-
-
Save ekristen/7860442 to your computer and use it in GitHub Desktop.
Testing overwriting resolv.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:12.04 | |
ADD resolv.conf /etc/resolv.conf | |
ENTRYPOINT ["/bin/bash"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nameserver 192.168.100.100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment