fazalfarhan01 / EarnApp-Docker

Containerized version of BrightData's EarnApp
https://hub.docker.com/r/fazalfarhan01/earnapp
43 stars 24 forks source link

`latest` image does not start up correctly #36

Open SplinterHead opened 2 years ago

SplinterHead commented 2 years ago

I'm trying to run the latest version of the earnapp image so it can create it's own UUID, but it is hitting the following error: Couldn't find an alternative telinit implementation to spawn.

Looking around, it sounds like it's to do with the privileged and /sys/fs/cgroup settings, but those are set in my docker compose config

version: '3.8'

services:
  earnapp:
    image: fazalfarhan01/earnapp
    container_name: cf_earnapp
    privileged: true
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup:ro
      - /storage/data/earnapp:/etc/earnapp
    restart: always
virtualben89 commented 2 years ago

I can confirm this issue.

Sigri44 commented 2 years ago

Same issue for me, with docker run && docker compose