Sign inSign up

217heidai/grass

By 217heidai

•Updated about 1 year ago

Docker image for Grass Desktop Node⁠(getgrass.io)

Image
3

10K+

217heidai/grass repository overview

⁠grass-desktop-node

Docker image for Grass Desktop Node⁠.
The Grass Desktop Node is a lightweight standalone application that is designed to run on any desktop. Users of the desktop node are awarded priority network traffic and are able to earn additional rewards for occasional access to the user's bandwidth.
github repository: https://github.com/217heidai/grass-desktop-node⁠.

⁠Setup

docker run -d \
   --restart unless-stopped \
   --name grass \
   --network host \
   -v $HOME/appdata/grass:/config \
   -e USER_ID=$(id -u) \
   -e GROUP_ID=$(id -g) \
   217heidai/grass:latest

or

docker run -d \
   --restart unless-stopped \
   --name grass \
   -v $HOME/appdata/grass:/config \
   -e USER_ID=$(id -u) \
   -e GROUP_ID=$(id -g) \
   -p 5800:5800 \
   217heidai/grass:latest

⁠Setting

  1. Open the webpage https://yourip:5800⁠
  2. Login grass with your grass account
  3. Earn more rewards

Tag summary

Content type

Image

Digest

sha256:09a16cb56…

Size

227.1 MB

Last updated

about 1 year ago

docker pull 217heidai/grass