release 9.9.5-20170129

pull/27/head 9.9.5-20170129
Sameer Naik 2017-01-29 21:13:19 +05:30
parent e66db15aa6
commit c2c5bc87af
No known key found for this signature in database
GPG Key ID: C4C50956BD4271B6
2 changed files with 7 additions and 7 deletions

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) [![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-20170115 # sameersbn/bind:9.9.5-20170129
- [Introduction](#introduction) - [Introduction](#introduction)
- [Contributing](#contributing) - [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) > **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/bind)
```bash ```bash
docker pull sameersbn/bind:9.9.5-20170115 docker pull sameersbn/bind:9.9.5-20170129
``` ```
Alternatively you can build the image yourself. Alternatively you can build the image yourself.
@ -66,7 +66,7 @@ Start BIND using:
docker run --name bind -d --restart=always \ docker run --name bind -d --restart=always \
--publish 53:53/tcp --publish 53:53/udp --publish 10000:10000/tcp \ --publish 53:53/tcp --publish 53:53/udp --publish 10000:10000/tcp \
--volume /srv/docker/bind:/data \ --volume /srv/docker/bind:/data \
sameersbn/bind:9.9.5-20170115 sameersbn/bind:9.9.5-20170129
``` ```
*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/)* *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 \ docker run --name bind -it --rm \
--publish 53:53/tcp --publish 53:53/udp --publish 10000:10000/tcp \ --publish 53:53/tcp --publish 53:53/udp --publish 10000:10000/tcp \
--volume /srv/docker/bind:/data \ --volume /srv/docker/bind:/data \
sameersbn/bind:9.9.5-20170115 -h sameersbn/bind:9.9.5-20170129 -h
``` ```
## Persistence ## Persistence
@ -110,7 +110,7 @@ To upgrade to newer releases:
1. Download the updated Docker image: 1. Download the updated Docker image:
```bash ```bash
docker pull sameersbn/bind:9.9.5-20170115 docker pull sameersbn/bind:9.9.5-20170129
``` ```
2. Stop the currently running image: 2. Stop the currently running image:
@ -130,7 +130,7 @@ To upgrade to newer releases:
```bash ```bash
docker run -name bind -d \ docker run -name bind -d \
[OPTIONS] \ [OPTIONS] \
sameersbn/bind:9.9.5-20170115 sameersbn/bind:9.9.5-20170129
``` ```
## Shell Access ## Shell Access

View File

@ -1 +1 @@
9.9.5-20170115 9.9.5-20170129