This repository contains a Dockerfile for afd
Perhaps you don't have docker and you simply want to get a glimpse into it. Just try this (Docker account needed - you can create your Docker ID here ):
It runs docker in your browser and pulls the images and runs the dashboard.
docker build -t mheene/docker-afd .
docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --name afd --mount source=afd_work_dir,target=/home/afd/local --mount source=data,target=/home/afd/data mheene/docker-afd
Idea:
- Store configuration on the host in the volume "afd_work_dir" -- container /home/afd/local
- Store data on the host in the volume "data" -- container /home/afd/data