Giter Site home page Giter Site logo

gamma-software / earnapp-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fazalfarhan01/earnapp-docker

0.0 0.0 0.0 35 KB

Containerized version of BrightData's EarnApp

Home Page: https://hub.docker.com/r/fazalfarhan01/earnapp

Dockerfile 36.55% Shell 63.45%

earnapp-docker's Introduction

EarnApp Docker

Docker Image for EarnApp

Clone

git clone https://github.com/fazalfarhan01/earnapp_docker.git

Available Tags

  1. latest - Built and updated daily
  2. hourly-latest - Built and updated every hour at UTC 10th minute.

How to:

Non Compose

  1. Make a directory for earnapp data
    • mkdir $HOME/earnapp-data
  2. Run the container
    • docker run -d --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v $HOME/earnapp-data:/etc/earnapp --name earnapp fazalfarhan01/earnapp
  3. Get the UUID
    • docker exec -it earnapp showid
  4. Copy and paste the app UUID in the EarnApp Dashboard

Compose

  1. 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
  1. Run docker-compose up -d

  2. You can access the earnapp cli using the command

    docker-compose exec app earnapp <YOUR COMMAND GOES HERE>

Like my work?

Consider donating.

  • BTC: 1PdUFXmVUxy88NRPJ2RFuhyjUqMiJyZybR
  • ETH: 0x715810d3619b6831b3d4ff0465ec3523aceb20c6
  • PayPal: @fazalfarhan01

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.