- Install Docker: https://docs.docker.com/desktop/install/windows-install/ (with WSL2 backend, should be default installation method)
- Install X11Server: https://sourceforge.net/projects/vcxsrv/ (for GUI)
- Copy [config.xlaunch] in windows startup folder:
$startup = [environment]::getfolderpath("Startup") Copy-Item .\config.xlaunch $startup
- (Only needed when not already started via autostart): double click on config.xlaunch
- Build the docker container:
docker build -t geant4:source -f Dockerfile.source . - Run docker container: double click on run_docker.bat
Der default terminal is auf TMUX gesetzt. Hier ein tutorial: https://www.ocf.berkeley.edu/~ckuehl/tmux/
I would like to thank https://github.com/NovoG93 very much for his help creating the container!