Docker
driplane
is containerized using a really lightweight Linux distribution called Alpine Linux.
To pull the latest image version:
docker pull matrix86/driplane
To run it:
docker run –rm -v config:/app/config -it matrix86/driplane:latest -config config/config.yaml
where the config
directory contains the config.yaml
file, the rule
directory, the js
directory and the templates
directory.