diff --git a/docs/running-docker.md b/docs/running-docker.md
index 5553bf0cab71b17b8fccc93586db9c94037dd786..1c8d1c692f7740f841c46224ec5b8b34eee89814 100644
--- a/docs/running-docker.md
+++ b/docs/running-docker.md
@@ -14,6 +14,7 @@ try the [Standard Installation](docs/installation-development).
 <!-- TOC -->
 
 - [Running Engine with Docker](#running-engine-with-docker)
+    - [Basic configuration](#basic-configuration)
     - [Start an image](#start-an-image)
     - [Configure an image](#configure-an-image)
     - [Making Docker Releases](#making-docker-releases)
@@ -23,8 +24,26 @@ try the [Standard Installation](docs/installation-development).
 
 <!-- /TOC -->
 
+## Basic configuration
+
+Create a default configuration and edit according to your settings
+
+```shell
+cp configuration/sample-docker.engine.ini configuration/docker/engine.ini
+```
+
+Create a symlink in `./audio` to point to the audio source of tank
+
+```shell
+ln -s /path/to/tank/audio-store ./audio/source
+```
+
 ## Start an image
 
+```shell
+./run.sh docker:engine
+```
+
 *To be extended ...*
 
 ## Configure an image