Easy run earnapp docker with only ubuntu and earnapp. Compatible with rootless docker
6.8K
UNOFFICIAL Docker Image for BrightData's EarnApp
Also works with docker rootless
docker run -d --memory="256m" --cpus=1 --restart=always --name earnapp TrakkDev/earnapp:latest
And that's all folks
Register your node to your earnapp account. You can see your UUID in the container logs
https://earnapp.com/r/sdk-node-MY_UUID
Set your node ID as an environment variable named EARNAPP_UUID if you want to reinstall the container with the same node ID in the future
docker run -d -e EARNAPP_UUID='sdk-node-MY_UUID' --memory="256m" --cpus=1 --restart=always --name earnapp TrakkDev/earnapp:latest
The docker image is built with a base image of ubuntu and run the install script from earnapp website (wget -qO- https://brightdata.com/static/earnapp/install.sh)
Then an new node ID (UUID) is generated at start and stored in the earnapp /etc/earnapp/uuid file.
Thanks me by using my referral link : https://earnapp.com/i/xgr824y
inspired by @fazalfarhan01 and @madereddy
Content type
Image
Digest
sha256:7afef3e97…
Size
84.1 MB
Last updated
2 months ago
docker pull trakkdev/earnapp