Skip to content

[Feat] Explain docker image usage #470

@neteler

Description

@neteler

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions