Hi,

On Mon, Jul 29, 2019 at 2:05 PM Ahmet Temiz <[email protected]> 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
_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to