update to alpine 3.10

This commit is contained in:
11notes
2019-07-30 09:13:25 +02:00
parent 4c70fe45f3
commit 8b41db5dd8
2 changed files with 7 additions and 4 deletions

View File

@@ -8,15 +8,15 @@ Dockerfile to create and run your own named process inside an alpine docker cont
Purpose: named config directory
/var/zones
/bind/var
Purpose: zone files directory
## Run
```shell
docker run --name nginx \
-v volume-etc:/etc/bind \
-v volume-zones:/var/zones:ro \
-v volume-etc:/bind/etc \
-v volume-zones:/bind/var:ro \
-d 11notes/bind:latest
```