Test commit to test build

This commit is contained in:
dave 2015-09-12 16:48:59 -07:00
parent ddefca545c
commit 4fbd7ea046
1 changed files with 1 additions and 0 deletions

View File

@ -17,3 +17,4 @@ don't have that if you're starting out. So extract it from the image:
* Run a copy that immediately exits: `docker run --name="tempbind" dpedu/bind bash`
* Extract the files: `docker cp tempbind:/etc/bind/ /tmp/`
* Delete temp container: `docker rm tempbind`