It is possible to experience ecFlow in a Docker container.
Here is an example of a Dockerfile to generate an image. The image size is large, and it can be used to test, evaluate and learn the ecFlow in a protected environment (behind a firewall).
It is possible to run the GUI ecflow_ui from there.
XSOCK=/tmp/.X11-unix XAUTH=/tmp/.docker.xauth xauth nlist :0 | sed -e 's/^..../ffff/' | xauth -f $XAUTH nmerge - VARS="-v $XSOCK:$XSOCK -v $XAUTH:$XAUTH -e XAUTHORITY=$XAUTH" # xhost + # might be needed docker run -it -rm $VARS ecflow ecflow_ui
A Jupyter notebook is present in the following tar file as an alternative way to learn ecFlow. |
---|
Docker images are also available