lnxd / docker-phoenixminer

Containerised version of PhoenixMiner for AMD GPUs. Helps turn your Unraid server into an Ethereum / cryptocurrency mining rig. Contains AMD drivers. Not affected by the AMD reset bug as it doesn't rely on vfio.
2 stars 10 forks source link

stat ./PhoenixMiner: no such file or directory: unknown #30

Open LovesTha opened 3 years ago

LovesTha commented 3 years ago

╰─>$ docker run -d --name='PhoenixMiner' --net='bridge' -e TZ="Australia/Sydney" --device='/dev/dri:/dev/dri' 'lnxd/phoenixminer' ./PhoenixMiner
96804531252f96292d8abe2bb7d7280b1e838acf6781da1723adc68283a6cccf
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "./PhoenixMiner": stat ./PhoenixMiner: no such file or directory: unknown.

Is this a me, docker, or this docker image issue?

LovesTha commented 3 years ago

Just needs the readme updated with the path changed to be absolute or the right relative.

lnxd commented 2 years ago

Thanks for both finding and solving this! The container has come a long way since I started the readme and I've never updated that section, the PhoenixMiner binary moved very early on. That section needs a lot of work now that there are so many environment variables to work with.