-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We provide a set of Docker images at https://grass.osgeo.org/download/docker/
Especially for the image with GUI support, it can be difficult to get started (see related messages on the grass-user mailing list).
So let's add some usage instructions to lower the barrier:
# GRASS GIS docker image with GUI support
docker pull osgeo/grass-gis:releasebranch_8_4-ubuntu_wxgui
docker run -it --rm --volume="$(pwd)/:/data" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--env DISPLAY=$DISPLAY \
--device="/dev/dri/card0:/dev/dri/card0" \
osgeo/grass-gis:releasebranch_8_4-ubuntu_wxgui \
grass --gui
Possibly this could be an expandable info button or something like that to not clutter the page.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request