thelolagemann / docker-xmrig-mo

a tiny docker container for running xmrig-mo
MIT License
5 stars 3 forks source link

MSR MOD failed on Docker desktop (windows) #3

Open gandadil opened 2 years ago

gandadil commented 2 years ago

MSR MOD is failed on run in my Docker Desktop (Windows). Here is my log. This is the first run of the container:

Is there something I can do?

thelolagemann commented 2 years ago

How are you starting the container? Are you providing it with the privileged flag? Note that this does have serious security implications, and is not to be used lightly as it allows the container to perform almost any operations the host can. I would strongly suggest reading up on how the privileged flag works and the permissions given, before deciding to make use of it.

gandadil commented 2 years ago

I am not using this flag. I just set a volume to config file and wallet address and rig name. All other options is copied from readme here from github

gandadil commented 2 years ago

here is my command line. --privileged don't change anything: docker run -d --privileged --name=xmrig-mo -e WALLET_ADDRESS="mywalet" -e RIG_NAME="DESKTOP_ANDRE" -v C:/users/acres/moneroocean/xmrig-mo:/cfg:rw -p 127.0.0.1:3001:3001 thelolagemann/xmrig-mo