earnapp
UNOFFICIAL image for BrightData's EarnApp.
5M+
Note: This is an unofficial build and comes with no warranty of any kind what so ever. By using this image you also agree to BrightData's terms and conditions.
latest - Built and updated dailyhourly-latest - Built and updated every hour at UTC 10th minute.lite - A non-systemd image. (An already existing UUID is needed for this image.)mkdir $HOME/earnapp-datadocker run -d --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v $HOME/earnapp-data:/etc/earnapp --name earnapp fazalfarhan01/earnappdocker exec -it earnapp earnapp showidUUID in the EarnApp Dashboard1. Make a new directory, create a file named `docker-compose.yml` and paste the following into it.
version: "3.3"
services:
app:
image: fazalfarhan01/earnapp
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- ./etc:/etc/earnapp
Use the lite version if you don't want to run the container priviledged or having any of the issues here.
version: "3.3"
services:
app:
image: fazalfarhan01/earnapp:lite
volumes:
- ./etc:/etc/earnapp
environment:
EARNAPP_UUID: YOUR_NODE_ID_HERE
Run docker-compose up -d
You can access the earnapp cli using the command
docker-compose exec app earnapp <YOUR COMMAND GOES HERE>
Consider donating.
Content type
Image
Digest
Size
86.2 MB
Last updated
about 4 years ago
docker pull fazalfarhan01/earnapp:lite-1.294.218