Forked from
AURA / engine
1704 commits behind, 849 commits ahead of the upstream repository.
-
David Trattnig authoredDavid Trattnig authored
running-docker.md 1.97 KiB
Running Engine with Docker
Docker provides a simple way to get your engine with all dependencies running.
Here you can find the official AURA Engine Docker images:
https://hub.docker.com/repository/docker/autoradio/engine
Note: The Engine Docker image is in POC state and waiting to be fully implemented. It's not yet ready to be offically used. If you want to try AURA Engine meanwhile try the Standard Installation.
Basic configuration
Create a default configuration and edit according to your settings
cp config/sample-docker.engine.ini config/docker/engine.ini
Create a symlink in ./audio
to point to the audio source of tank
ln -s /path/to/tank/audio-store ./audio/source
Start an image
./run.sh docker:engine
To be extended ...
Configure an image
To be extended ...
Making Docker Releases
This section is only relevant if you are an Engine Developer.
Build your own, local Docker image
./run.sh docker:build
Releasing a new version to DockerHub
./run.sh docker:push