Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.05 KB

docker-afd

This repository contains a Dockerfile for afd

Play with Docker

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 ):

Try in PWD

It runs docker in your browser and pulls the images and runs the dashboard.

Build the image

docker build -t mheene/docker-afd .

Run the image directly my pulling it from docker hub

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