Skip to content
Snippets Groups Projects
Commit e5a78599 authored by David Trattnig's avatar David Trattnig
Browse files

Basic documentation. #17

parent 897934ea
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment