Merge branch 'release-9.10.3-20180127'

pull/59/head 9.10.3-20180127
Sameer Naik 2018-01-27 00:01:25 +05:30
commit e2ce4dad28
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
FROM sameersbn/ubuntu:14.04.20170608
FROM sameersbn/ubuntu:16.04.20180124
MAINTAINER sameer@damagehead.com
ENV BIND_USER=bind \
BIND_VERSION=1:9.9.5 \
BIND_VERSION=1:9.10.3 \
WEBMIN_VERSION=1.8 \
DATA_DIR=/data

View File

@ -1,6 +1,6 @@
[![Circle CI](https://circleci.com/gh/sameersbn/docker-bind.svg?style=shield)](https://circleci.com/gh/sameersbn/docker-bind) [![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/bind/status "Docker Repository on Quay.io")](https://quay.io/repository/sameersbn/bind)
# sameersbn/bind:9.9.5-20170626
# sameersbn/bind:9.10.3-20180127
- [Introduction](#introduction)
- [Contributing](#contributing)
@ -49,7 +49,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co
> **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/bind)
```bash
docker pull sameersbn/bind:9.9.5-20170626
docker pull sameersbn/bind:9.10.3-20180127
```
Alternatively you can build the image yourself.
@ -66,7 +66,7 @@ Start BIND using:
docker run --name bind -d --restart=always \
--publish 53:53/tcp --publish 53:53/udp --publish 10000:10000/tcp \
--volume /srv/docker/bind:/data \
sameersbn/bind:9.9.5-20170626
sameersbn/bind:9.10.3-20180127
```
*Alternatively, you can use the sample [docker-compose.yml](docker-compose.yml) file to start the container using [Docker Compose](https://docs.docker.com/compose/)*
@ -85,7 +85,7 @@ You can customize the launch command of BIND server by specifying arguments to `
docker run --name bind -it --rm \
--publish 53:53/tcp --publish 53:53/udp --publish 10000:10000/tcp \
--volume /srv/docker/bind:/data \
sameersbn/bind:9.9.5-20170626 -h
sameersbn/bind:9.10.3-20180127 -h
```
## Persistence
@ -110,7 +110,7 @@ To upgrade to newer releases:
1. Download the updated Docker image:
```bash
docker pull sameersbn/bind:9.9.5-20170626
docker pull sameersbn/bind:9.10.3-20180127
```
2. Stop the currently running image:
@ -130,7 +130,7 @@ To upgrade to newer releases:
```bash
docker run -name bind -d \
[OPTIONS] \
sameersbn/bind:9.9.5-20170626
sameersbn/bind:9.10.3-20180127
```
## Shell Access

View File

@ -1 +1 @@
9.9.5-20170626
9.10.3-20180127