.. | ||
.gitignore | ||
Dockerfile | ||
README.MD | ||
RUN.sh |
kontify Docker Build
This Images runs kontify 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 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.