XMRig with Alpine Linux in a container.
Currently, this docker support amd64 and arm64/v8 architectures. Support for 386 and arm/v7 are experimental.
Tag naming:
x.y.z, x.y, x: A specific versionSet the config file in /etc/xmrig/config.json (Utility to generate it: Wizard).
Example:
docker run -v xmrig_cfg:/etc/xmrig minerboy/xmrig:latest
In order to control the CPU at low level and take full advantage of its speed, the docker container must be run with some privileges:
docker run --cap-add=SYS_ADMIN --cap-add=SYS_RAWIO --device=/dev/cpu --device=/dev/mem -v /lib/modules:/lib/modules minerboy/xmrig:latest
This version of xmrig does not have GPU support. It is focused and optimized for CPU only.
Bugs, improvements, suggestions: [email protected]
Content type
Image
Digest
sha256:a7fb24f3f…
Size
6.8 MB
Last updated
about 1 year ago
docker pull minerboy/xmrig