Skip to content

Commit

Permalink
Merge branch 'release-1.5.6-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Jul 6, 2019
2 parents 34f0aaf + 192cd14 commit 8ea257c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
>
> Active maintenance of the image has been halted. Your [contributions](#contributing) are welcome.
# sameersbn/memcached:1.5.6-1
# sameersbn/memcached:1.5.6-2

- [Introduction](#introduction)
- [Contributing](#contributing)
Expand Down Expand Up @@ -52,7 +52,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/memcached)
```bash
docker pull sameersbn/memcached:1.5.6-1
docker pull sameersbn/memcached:1.5.6-2
```

Alternatively you can build the image yourself.
Expand All @@ -68,7 +68,7 @@ Start Memcached using:
```bash
docker run --name memcached -d --restart=always \
--publish 11211:11211 \
sameersbn/memcached:1.5.6-1
sameersbn/memcached:1.5.6-2
```

*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/)*
Expand All @@ -80,7 +80,7 @@ You can customize the launch command of Memcached server by specifying arguments
```bash
docker run --name memcached -it --rm \
--publish 11211:11211 \
sameersbn/memcached:1.5.6-1 -h
sameersbn/memcached:1.5.6-2 -h
```

# Maintenance
Expand All @@ -92,7 +92,7 @@ To upgrade to newer releases:
1. Download the updated Docker image:

```bash
docker pull sameersbn/memcached:1.5.6-1
docker pull sameersbn/memcached:1.5.6-2
```

2. Stop the currently running image:
Expand All @@ -112,7 +112,7 @@ To upgrade to newer releases:
```bash
docker run -name memcached -d \
[OPTIONS] \
sameersbn/memcached:1.5.6-1
sameersbn/memcached:1.5.6-2
```

## Shell Access
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.6-1
1.5.6-2
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Memcached:
image: sameersbn/memcached:1.5.6-1
image: sameersbn/memcached:1.5.6-2
ports:
- "11211:11211"
restart: always

0 comments on commit 8ea257c

Please sign in to comment.