[GRASS-user] cannot start docker-grass with gui

Markus Neteler neteler at osgeo.org
Sun Aug 11 10:34:09 PDT 2019


Hi,

On Mon, Jul 29, 2019 at 2:05 PM Ahmet Temiz <ahmettemiz88 at gmail.com> wrote:
>
> thank you,
>
> I will be very grateful if I can use docker-grass with gui.

I have tried to create one as written earlier today.

To try:

docker pull neteler/docker-alpine-grass-gis-gui
docker run -i -t --rm -v $(pwd):/tmp -v /tmp/.X11-unix:/tmp/.X11-unix \
     -e uid=$(id -u) -e gid=$(id -g) -e DISPLAY=unix$DISPLAY \
     --name grass79 neteler/docker-alpine-grass-gis-gui grass79 --version

Support wanted to find the missing wx-something package. It all
compiles (docker image is there) but wxGUI misses a file (see
https://lists.osgeo.org/pipermail/grass-dev/2019-August/093011.html
for related discussion).

Markus


More information about the grass-user mailing list