We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd046ee commit 629ab90Copy full SHA for 629ab90
2 files changed
Dockerfile
README.md
@@ -14,10 +14,11 @@ cerebro needs Java 1.8 or newer to run.
14
- Run bin/cerebro(or bin/cerebro.bat if on Windows)
15
- Access on http://localhost:9000
16
17
-### Docker image
+### Docker
18
19
-- Build docker image: `docker build -t cerebro:development .`
20
-- Run the image: `docker run --rm -it -p 9000:9000 cerebro:development`
+You can find the official docker images in the official [docker hub repo](https://hub.docker.com/r/lmenezes/cerebro/).
+
21
+Visit [cerebro-docker](https://github.com/lmenezes/cerebro-docker) for further information.
22
23
### Configuration
24
0 commit comments