Native cloud context support for Windows and Mac version of Docker Desktop have made running XMR miners in Azure ACI surprisingly simple.
Using a very efficient Alpine monero miner image we can spawn ACI miners in just three commands.
1 2 3 |
docker login azure docker context create aci myacicontext docker --context myacicontext run miningcontainers/xmrig:latest -k --tls -o POOL:PORT -u USER -p PASSWORD |
If, for example, you are using the excellent SupportXMR mining pool, your wallet address would be the username and you could omit the password, something like this:
1 |
docker --context myacicontext run miningcontainers/xmrig:latest -k --tls -o pool.supportxmr.com:443 -u 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD |