mrcolorrain/grass

By mrcolorrain

•Updated about 21 hours ago

Unofficial GetGrass img with latest features, automated setup, login and updates. Easy to use.

Image
Networking
Internet of things
Web analytics
13

1M+

mrcolorrain/grass repository overview

⁠Get Grass Docker Image

Welcome to the Docker image repository for mrcolorrain/grass, 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 grass-node? click here⁠

⁠Overview šŸ“–

This Docker image is designed to simplify the deployment of Grass (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 on debian slim, it ensures a small footprint, enabling efficient and fast deployment.

⁠Features ✨

  • 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.

⁠Prerequisites

  • Docker installed on your host machine.
  • GetGrass credentials

⁠Quick Start šŸš€

You can run it easily passing the appropriate environment variables.

  • ⁠Docker cli 🐳
    docker run -d --name grass -h my_device -e GRASS_USER=your_email -e GRASS_PASS=your_password mrcolorrain/grass
    
  • ⁠Docker compose 🐳
    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
    

⁠Support

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.

⁠Contributing 🤲

Contributions to this Docker image are welcome. Please submit pull requests and issues to the GitHub repository here⁠.

⁠Want more? šŸ’µšŸ“ˆ

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.

Tag summary

Content type

Image

Digest

sha256:b71a31295…

Size

420.6 MB

Last updated

about 21 hours ago

docker pull mrcolorrain/grass