From 8ef26e49f704b55f473a66928b80607c6e4afcac Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Wed, 12 Jun 2019 02:48:34 +0300 Subject: [PATCH] Documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc51c33..a89ed02 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ sudo apt-get install -y docker-ce #### Step 2. Setup the Docker daemon -To run the ElasticSearch Docker container, you must setup the Docker daemon by modifing the default +To run the ElasticSearch Docker container, you must setup the Docker daemon by modifying the default values required by Elastic in your Docker configuration file that are used by the **trains-server**. We provide instructions for the most common Docker configuration files. @@ -216,7 +216,7 @@ When we release a new version and include a new pre-built Docker image for it, u sudo docker stop sudo docker rm -v - The Docker names are (see [Launching Docker images](##launching-docker-images)): + The Docker names are (see [Launching Docker Containers](#launching-docker-containers)): * `trains-elastic` * `trains-mongo` @@ -237,7 +237,7 @@ When we release a new version and include a new pre-built Docker image for it, u sudo rm -R /opt/trains/data sudo tar -xzf ~/trains_backup.tgz -C /opt/trains/data -3. Launch the newly released Docker image (see [Launching Docker images](#Launching-docker-images)). +3. Launch the newly released Docker image (see [Launching Docker Containers](#launching-docker-containers)). ## License