grass-node
Unofficial Grass-node img with latest features, automated setup, login and updates. Easy to use.
50K+
Welcome to the Docker image repository for mrcolorrain/grass-node, an unofficial and updated image for GetGrassā š.
š Leave a star here or on Githubā if you like this image! Thank you for your support. š
Looking for Grass Desktop? click hereā
Looking for just Grass? click hereā
This Docker image is designed to simplify the deployment of Grass-node (GetGrass), making it accessible on various platforms with minimal effort. It is designed to be easy to use, with environment variables for configuration, automated setup and auto updates. Built in noVNC.
You can run it easily passing the appropriate environment variables.
docker run -d --name grass-node -h my_device -e USER_EMAIL=your_email -e USER_PASSWORD=your_password -p 5900:5900 -p 6080:6080 mrcolorrain/grass-node
version: "3.9"
services:
grass-node:
container_name: grass-node
hostname: my_device
image: mrcolorrain/grass-node
environment:
USER_EMAIL: your_email
USER_PASSWORD: your_password
ports:
- "5900:5900"
- "6080:6080"
money4band)For support and issues, please use the GitHub repository's issue tracker hereā .
This image is an unofficial build and is not affiliated with GetGrass.
Contributions to this Docker image are welcome. Please submit pull requests and issues to the GitHub repository hereā .
This image is also part of Money4Band, a free open-source project that runs various passive income apps in a safe, containerized environment. Turn your unused internet bandwidth into earnings! Why let your unused internet bandwidth go to waste? Start earning today! Check out the Money4Band project on hereā GitHub to get started.
Content type
Image
Digest
sha256:9f33c0749ā¦
Size
763.1 MB
Last updated
1 day ago
docker pull mrcolorrain/grass-node