Skip to content

morianemo/alpine-ecflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alpine-ecflow

ECMWF ecFlow

https://software.ecmwf.int/wiki/display/ECFLOW/Documentation

docker build -t alpine-ecflow .
docker run --net=host -ti alpine-ecflow bash
docker run --net=host -ti alpine-ecflow ecflow_client --help
docker run --net=host -ti alpine-ecflow ecflow_server --port 2500

xhost +
docker run -e DISPLAY -v /tmp/.Xauthority:/tmp/.Xauthority --net=host -ti ecflow-debian ecflowview
docker run -e DISPLAY -v /tmp/.Xauthority:/tmp/.Xauthority --net=host -ti ecflow-debian ecflow_ui

FAQ

Exception in ServerMain:: locale::facet::_S_create_c_locale name not valid Server environment: terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid

export LANG=C

pandoc README.md | lynx -stdin

Releases

No releases published

Packages

No packages published