Re: [DuMuX] DuMux and Docker

2018-01-17 Thread Edscott Wilson
Hi Timo, I can now access dumux-repositories/dumux-docker without any problems, thanks!. What I find is that graphics support is mostly defined in the dumux start script. But graphics does not start on an archlinux box unless XAUTHORITY permission is granted for the docker container. This can

Re: [DuMuX] DuMux and Docker

2018-01-16 Thread Edscott Wilson
. I've now uploaded a new docker with dumux-2.12 and dune-2.5 and tested it correctly. The "standard" way to enter this docker container is with the following script: #!/bin/sh version='dumux-2.12c' default=`pwd` echo "Welcome to $version (docker)" #read -p " Please specif

Re: [DuMuX] DuMux and Docker

2018-01-11 Thread Ed Scott Wilson Garcia
Hi Timo, The Dockerfile at (https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-docker) is not available for the general public, 404 error (file not found or insufficient permissions). But I’ve now build a new Dumux docker image with a dockerfile, which is much more efficient than what