Skip to content

Commit c2c5bc8

Browse files
author
Sameer Naik
committed
release 9.9.5-20170129
1 parent e66db15 commit c2c5bc8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![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)
22

3-
# sameersbn/bind:9.9.5-20170115
3+
# sameersbn/bind:9.9.5-20170129
44

55
- [Introduction](#introduction)
66
- [Contributing](#contributing)
@@ -49,7 +49,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co
4949
> **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/bind)
5050
5151
```bash
52-
docker pull sameersbn/bind:9.9.5-20170115
52+
docker pull sameersbn/bind:9.9.5-20170129
5353
```
5454

5555
Alternatively you can build the image yourself.
@@ -66,7 +66,7 @@ Start BIND using:
6666
docker run --name bind -d --restart=always \
6767
--publish 53:53/tcp --publish 53:53/udp --publish 10000:10000/tcp \
6868
--volume /srv/docker/bind:/data \
69-
sameersbn/bind:9.9.5-20170115
69+
sameersbn/bind:9.9.5-20170129
7070
```
7171

7272
*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 `
8585
docker run --name bind -it --rm \
8686
--publish 53:53/tcp --publish 53:53/udp --publish 10000:10000/tcp \
8787
--volume /srv/docker/bind:/data \
88-
sameersbn/bind:9.9.5-20170115 -h
88+
sameersbn/bind:9.9.5-20170129 -h
8989
```
9090

9191
## Persistence
@@ -110,7 +110,7 @@ To upgrade to newer releases:
110110
1. Download the updated Docker image:
111111

112112
```bash
113-
docker pull sameersbn/bind:9.9.5-20170115
113+
docker pull sameersbn/bind:9.9.5-20170129
114114
```
115115

116116
2. Stop the currently running image:
@@ -130,7 +130,7 @@ To upgrade to newer releases:
130130
```bash
131131
docker run -name bind -d \
132132
[OPTIONS] \
133-
sameersbn/bind:9.9.5-20170115
133+
sameersbn/bind:9.9.5-20170129
134134
```
135135

136136
## Shell Access

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.9.5-20170115
1+
9.9.5-20170129

0 commit comments

Comments
 (0)