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.
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) \
-e WEB_LISTENING_PORT=5800
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
Date | Content |
---|---|
2024.11.20 | grass 4.29.0 |
2024.11.06 | grass 4.28.2 |
2024.11.04 | grass 4.28.1 |
2024.11.01 | grass 4.28.0 |
2024.10.31 | grass 4.27.3 |