Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moliware committed Jun 21, 2018
1 parent 1fb0206 commit 9893b6b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
cerebro-docker
--------------

cerebro-docker contains the official docker files for [cerebro](https://github.com/lmenezes/cerebro)
[![Docker Pulls](https://img.shields.io/docker/pulls/lmenezes/cerebro.svg)](https://hub.docker.com/r/lmenezes/cerebro)


cerebro-docker contains the official docker files for [cerebro](https://github.com/lmenezes/cerebro) project.
Images are periodically uploaded in [lmenezes/cerebro](https://hub.docker.com/r/lmenezes/cerebro/) docker hub repo.

### Usage

For using latest cerebro execute:

```
docker run -p 9000:9000 lmenezes/cerebro
```

For using a specific version run:

```
docker run -p 9000:9000 lmenezes/cerebro:0.8.1
```

0 comments on commit 9893b6b

Please sign in to comment.