15 lines
584 B
Markdown
15 lines
584 B
Markdown
# kontify Docker Build
|
|
|
|
This Images runs [_kontify_](https://github.com/jahir/kontify/blob/master/README.md) in a Container.
|
|
|
|
---
|
|
|
|
To make this Container work you have to create a Config and a Database first. This can be seen in the [_kontify_](https://github.com/jahir/kontify/blob/master/README.md) Repository.
|
|
|
|
## Run this Container
|
|
|
|
docker run \
|
|
--name knotify \
|
|
-v <config Folder>:/config
|
|
|
|
The Database and the Config File is copied into the kontify Folder to be read by the Programm. After the Command is finished the Database is copied back into the Config Folder. |