🌟 If you find this project helpful, please consider leaving a star. Your support is appreciated!🙂
This repository hosts the Dockerfiles and necessary configurations for the unofficial GetGrass Docker images for grass lite, grass node and grass desktop flavors. It's designed to facilitate the deployment of Grass (GetGrass) in Docker environments, supporting both x86_64 and arm64 architectures.
- Debian slim Base Image: Utilizes the latest version of Debian slim for a small footprint.
- Multi-Architecture Support: Supports both x86_64 and arm64 architectures.
- Minimal Configuration: Easy to set up with minimal configuration required.
- Auto-Update: Always updated to be in line with the latest Grass version.
- VNC Enabled: Includes a VNC-based graphical interface to check and optionally interact with Grass.
Ensure Docker is installed on your system. For installation instructions, please refer to the official Docker documentation.
You can run it easily passing the appropriate environment variables.
-
docker run -d --name grass -h my_device -e GRASS_USER=your_email -e GRASS_PASS=your_password mrcolorrain/grass
-
version: "3.9" services: grass: container_name: grass hostname: my_device image: mrcolorrain/grass environment: - GRASS_USER=your_email - GRASS_PASS=your_password restart: unless-stopped
This section provides instructions on how to use the grass-node extension if you want to use this instead of the standard grass extension available in the other image.
-
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
-
Default vnc password is the default password of vnc-browser image. (Currently it should be:
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
)
we have also a Grass Desktop image available. This section provides instructions on how to use the grass-desktop GUI application fully automated inside a container. Just in case you want to use this instead of the standard grass-node or grass extension available in the other images. Note: This GUI version is heavier than the other images due to the additional components required to run a full desktop environment.
-
docker run -d --name grass-desktop -h my_device -e USER_EMAIL=your_email -e USER_PASSWORD=your_password -p 5900:5900 -p 6080:6080 mrcolorrain/grass-desktop
-
Default vnc password is the default password of vnc-browser image. (Currently it should be:
version: "3.9" services: grass-desktop: container_name: grass-desktop hostname: my_device image: mrcolorrain/grass-desktop environment: USER_EMAIL: your_email USER_PASSWORD: your_password ports: - "5900:5900" - "6080:6080"
money4band
)
Your contributions are welcome! If you'd like to improve the project or fix a bug, please fork the repository and submit a pull request. Let's make this project even better, together!
This is an unofficial build and not affiliated or officially endorsed by Grass (getgrass). This repository (project) and its assets are provided "as is" without warranty of any kind. The author makes no warranties, express or implied, that this project and its assets are free of errors, defects, or suitable for any particular purpose. The author shall not be liable for any damages suffered by any user of this project, whether direct, indirect, incidental, consequential, or special, arising from the use of or inability to use this project, its assets or its documentation, even if the author has been advised of the possibility of such damages.
This program is free software distributed under the terms of the GNU General Public License (GPL-3.0). You can redistribute it and/or modify it under the terms of the license. However, there is no warranty provided, and you use it at your own risk.
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.