diff --git a/docs/Getting Started/Quorum-Examples.md b/docs/Getting Started/Quorum-Examples.md index e2c9a9c1a..936e9a3ec 100644 --- a/docs/Getting Started/Quorum-Examples.md +++ b/docs/Getting Started/Quorum-Examples.md @@ -54,8 +54,9 @@ issues with the version of curl bundled with Vagrant. ### Setting up Docker 1. Install Docker (https://www.docker.com/get-started) - * If your Docker distribution does not contain `docker-compose`, follow [this](https://docs.docker.com/compose/install/) to install Docker Compose - * Make sure your Docker daemon has at least 4G memory + - If your Docker distribution does not contain `docker-compose`, follow [this](https://docs.docker.com/compose/install/) to install Docker Compose + - Make sure your Docker daemon has at least 4G memory + - Required Docker Engine 18.02.0+ and Docker Compose 1.21+ 1. Download and run `docker-compose` ```sh git clone https://github.com/jpmorganchase/quorum-examples @@ -88,13 +89,14 @@ issues with the version of curl bundled with Vagrant. #### Troubleshooting Docker 1. Docker is frozen - * Check if your Docker daemon is allocated enough memory (minimum 4G) + - Check if your Docker daemon is allocated enough memory (minimum 4G) 1. Tessera is crashed due to missing file/directory - * This is due to the location of `quorum-examples` folder is not shared - * Please refer to Docker documentation for more details: - * [Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/troubleshoot/#shared-drives) - * [Docker Desktop for Mac](https://docs.docker.com/docker-for-mac/#file-sharing) - * [Docker Machine](https://docs.docker.com/machine/overview/): this depends on what Docker machine provider is used. Please refer to its documentation on how to configure shared folders/drives + - This is due to the location of `quorum-examples` folder is not shared + - Please refer to Docker documentation for more details: + - [Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/troubleshoot/#shared-drives) + - [Docker Desktop for Mac](https://docs.docker.com/docker-for-mac/#file-sharing) + - [Docker Machine](https://docs.docker.com/machine/overview/): this depends on what Docker machine provider is used. Please refer to its documentation on how to configure shared folders/drives +1. If you run Docker inside Docker, make sure to run the container with `--privileged` ### Setting up locally