Docker image for Grass Desktop Nodeā (getgrass.io)
10K+
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ā .
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
Content type
Image
Digest
sha256:09a16cb56ā¦
Size
227.1 MB
Last updated
about 1 year ago
docker pull 217heidai/grass