We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
What about a link to a readme file in a directory with Dockerfiles which at least somewhat serves as a doc for our Docker images?
Sorry, something went wrong.
So I will expand https://github.com/OSGeo/grass/blob/main/docker/README.md
Once merged it may be added to the docker download page.
@neteler I included the existing text from the GRASS README in PR #427, but will switch it once it is merged.
No branches or pull requests
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:
Possibly this could be an expandable info button or something like that to not clutter the page.
The text was updated successfully, but these errors were encountered: