From acdae8c20f116d8ce715b03e0eefd4d176451cfb Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 7 Dec 2015 09:36:49 +0100 Subject: [PATCH] Fix #76: Correct docker command in documentation --- documentation/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/installation/docker.md b/documentation/installation/docker.md index adc8c34b..4e64c1e9 100644 --- a/documentation/installation/docker.md +++ b/documentation/installation/docker.md @@ -42,7 +42,7 @@ You also have to create persistent directory to store various Spectrum 2 data li To start Spectrum 2 on background using Docker, all you have to do is running following Docker command: - $ docker run --name="spectrum2" -d -v /opt/spectrum2/configuration:/etc/spectrum2/transport -v /opt/spectrum2/data:/var/lib/spectrum2 spectrum2/spectrum2 + $ docker run --name="spectrum2" -d -v /opt/spectrum2/configuration:/etc/spectrum2/transports -v /opt/spectrum2/data:/var/lib/spectrum2 spectrum2/spectrum2 It will start Spectrum 2 and load the configuration files from `/opt/spectrum`. It also gives the spawned container name `spectrum2`.