A minimal Ubuntu based Docker image for running the EarnFM.
TOKEN).--pull=always.sudo sysctl -w net.core.rmem_max=8000000
sudo sysctl -w net.core.wmem_max=8000000
| Variable | Requirement | Description |
|---|---|---|
TOKEN | Required | Your EarnFM token. Container exits if not provided. |
PROXY | Optional | External proxy endpoint in the form host:port. |
docker run -d \
--name=earnfm \
--cpus=0.25 --pull=always --restart=always \
--log-driver=json-file --log-opt max-size=1m --log-opt max-file=1 \
--cap-add=NET_ADMIN --cap-add=NET_RAW --sysctl net.ipv4.ip_forward=1 \
-e TOKEN=AbCdEfGhIjKLmNo \
-e PROXY=123.456.789.012:34567 \
techroy23/docker-earnfm:latest
Content type
Image
Digest
sha256:74aef51d0…
Size
43.1 MB
Last updated
about 2 months ago
docker pull techroy23/docker-earnfm