README.md added.

This commit is contained in:
Alexey Skobkin 2021-02-13 18:49:08 +03:00
parent bb8577366a
commit d1a5399e2a
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# Murmur server docker image
## Build
```shell
# For version 1.3.4
docker build --build-arg VERSION=1.3.4 --tag 'skobkin/murmur-official-static:1.3.4' --tag 'skobkin/murmur-official-static:latest' .
```
## Publish
```shell
docker push skobkin/murmur-official-static:latest skobkin/murmur-official-static:1.3.4
```
## Use
See [skobkin/docker-stacks](https://bitbucket.org/skobkin/docker-stacks/src/master/murmur/).