Updated readme

This commit is contained in:
dave 2015-09-12 16:50:08 -07:00
parent 4fbd7ea046
commit 8f9f340564
1 changed files with 0 additions and 1 deletions

View File

@ -17,4 +17,3 @@ 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` * Run a copy that immediately exits: `docker run --name="tempbind" dpedu/bind bash`
* Extract the files: `docker cp tempbind:/etc/bind/ /tmp/` * Extract the files: `docker cp tempbind:/etc/bind/ /tmp/`
* Delete temp container: `docker rm tempbind` * Delete temp container: `docker rm tempbind`