From 36de63cd7322d7ba387565f949ecf36a1cb0043e Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Wed, 19 Sep 2018 12:11:02 +0200 Subject: [PATCH] Added note about running other docker tags --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a565394..4010b26 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Docker compose and tools running the complete Ocean Protocol stack * [Get Started](#get-started) - [Docker](#docker) * [Ocean components](#ocean-components) +* [Ocean components versions](#ocean-components-versions) * [Contributing](#contributing) * [License](#license) @@ -55,6 +56,15 @@ The Ocean Docker compose starts the following components: * **Keeper contracts**. Listening on port **8545**. * **BigchainDB**. Listening on port on port **9984**. +## Ocean components versions + +The version of the Ocean components can be configured setting the environment variable `OCEAN_VERSION`. By default `master` branch runs the latest stable version release, and `develop` branch runs the code generated in the `master` branch of the Ocean components. If you want to run the component's code of `develop` branch: + +```bash +export OCEAN_VERSION=latest +docker-compose --project-name=ocean up +``` + ![Ocean Docker Images](doc/img/docker-images.jpg) ## Contributing