Sign inSign up

trakkdev/earnapp

By trakkdev

•Updated about 4 hours ago

Easy run earnapp docker with only ubuntu and earnapp. Compatible with rootless docker

Image
Networking
Internet of things
2

10K+

trakkdev/earnapp repository overview

⁠EarnApp Docker

UNOFFICIAL Docker Image for BrightData's EarnApp⁠

⁠How to start your earnapp docker

Also works with docker rootless⁠

⁠1. Pull and run

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

⁠3. (Optional) Set your node ID as environment variable

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

⁠How it works

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⁠

⁠Credits

inspired by @fazalfarhan01⁠ and @madereddy⁠

Tag summary

Content type

Image

Digest

sha256:e9b4aa96c…

Size

82.9 MB

Last updated

about 4 hours ago

docker pull trakkdev/earnapp