Sign inSign up

trakkdev/trakkdev-earnapp

By trakkdev

Updated over 2 years ago

earnapp preinstalled on Ubuntu & the official installer only. Compatible with rootless docker

Image
0

4.9K

trakkdev/trakkdev-earnapp repository overview

New version

A new and easier version is available at trakkdev/earnapp

Please switch to the new version of the container: https://hub.docker.com/repository/docker/trakkdev/earnapp/general

Enjoy! ;)

EarnApp Docker

UNOFFICIAL Docker Image for BrightData's EarnApp

How to start your earnapp docker in 3 steps

Also works with docker rootless

1. Generate your own UUID

Copy and run that command (you can do it afterward in your container and restart it with the generated UUID in EARNAPP_UUID)

echo -n sdk-node- && head -c 1024 /dev/urandom | md5sum | tr -d ' -'

2. Pull and run

Set the EARNAPP_UUID environment variable when starting the docker container

docker run -d -e EARNAPP_UUID='sdk-node-MYGENERATED_UUID' --memory="256m" --cpus=1.5 --restart=always --name earnapp TrakkDev/trakkdev-earnapp:v0.2

You can also check your UUID in the container logs

https://earnapp.com/r/sdk-node-MYGENERATED_UUID

Credits

@fazalfarhan01

@madereddy

Important

Tag summary

Content type

Image

Digest

sha256:a65ab972b

Size

55.8 MB

Last updated

over 2 years ago

docker pull trakkdev/trakkdev-earnapp:v0.2