Skip to content

This example demonstrates how you can easily fetch data from opendata.dwd.de with AFD and process it. The first example downloads the T2m from ICON-EU and generates an animated GIF. The second example downloads the MOSMIX and visualizes it.

Notifications You must be signed in to change notification settings

mheene/container-afd

Repository files navigation

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

About

This example demonstrates how you can easily fetch data from opendata.dwd.de with AFD and process it. The first example downloads the T2m from ICON-EU and generates an animated GIF. The second example downloads the MOSMIX and visualizes it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published