fazalfarhan01 / EarnApp-Docker

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

showid doesn't work #16

Closed xamidovic closed 2 years ago

xamidovic commented 2 years ago

"docker exec -it earnapp showid" gives me this:

OCI runtime exec failed: exec failed: container_linux.go:344: starting container process caused "exec: \"showid\": executable file not found in $PATH": unknown

It doesn't matter if I run it compose or non-compose

xamidovic commented 2 years ago

you should put "docker exec -it earnapp earnapp showid" as on docker hub instead of just "docker exec -it earnapp showid"