grass-desktop
Run the Grass (getgrass.io) Desktop Client inside a container
8.3K
This is an image that runs the Grass Desktop Client for getgrass.io.
In contrast to other Grass docker images, this one uses the Grass Desktop application. This means:
The Grass Desktop client is only available for x86_64 systems; as such this image is only available for x86_64 systems.
The image can easily be pulled from Docker hub and configured with just 3 environment variables:
docker run docker.io/nottherealjoe/grass-desktop \
--env VNC_PASSWORD="mypasswd" \
--env GRASS_USERNAME="[email protected]" \
--env GRASS_PASSWORD="supersecret" \
--port-forward 5900:5900/tcp
services:
grass:
image: docker.io/nottherealjoe/grass-desktop
environment:
VNC_PASSWORD: "changeme"
GRASS_USERNAME: "[email protected]"
GRASS_PASSWORD: "supersecret"
ports:
- "5900:5900/tcp"
restart: unless-stopped
VNC_PASSWORD to your desired password for the internal VNC server. Note that this password can only be up to 8 characters long. Longer passwords get truncated and will confuse you when you try to log in! Leaving it blank will cause the container to randomly generate a password, and you will not be able to access the VNC server.GRASS_USERNAME and GRASS_PASSWORD to your credentials created on getgrass.io. If you don't have a username and password yet, use my referral link to sign up.https://github.com/NotTheRealJoe/docker-grass-desktop contains the code used to build the images in this repository.
The creator of this project is not affiliated with Grass or its owners. The Grass and getgrass.io names are used here only to indicate technical compatibility, and should not be considered to be any kind of endorsement or approval of this project by Grass.
When you use this project, you're choosing to use an automated system to install the Grass Desktop client. This is an action that may affect your legal relationship with Grass. You are still subject to Grass's terms and policies.
The code in this project interacts with the Grass network only in compliance with Grass's terms.
Content type
Image
Digest
sha256:71c7aa890…
Size
300.1 MB
Last updated
over 1 year ago
docker pull nottherealjoe/grass-desktop