I created a Dockerfile for dstm 0.5.8.
I've found that using docker simplifies the management of my Ubuntu mining rig.
No more 'screen' or writing systemd/init scripts!
Requires
https://github.com/NVIDIA/nvidia-dockerhttps://github.com/skinlayers/docker-dstm-zcash-cuda-minerIf you find this useful, feel free to toss some coin my way.
ETH: 0x75F4363b09166FDf8702F41502E90D21A3F2Afb9
ZEN: znY2eiUwdx9Pj4EzRkktZqRWHfEfX7o9gkW
FTC: 6nDBmQE65gy7BbcUYbYPttc9EYA7eNKN3g
ZCL: t1cSvJsEBWCipA4CY9K7oi9sKRQgb3EG76T
VIVO: VVmjio2zqGgfnvmkEU9bZcxXmFpNswusig
TZC: Tn6K9mw6bKc8R447CrpeEMazFcve8vEg1a
LBC: bXp34GVRLnQgTTid9x6nMorHYjq1GzFwz7
GBX: GTeMA2kehXf2E7DqPGEGVSsb1gQWxpg5Lx
BTC: 196h6xSrcjEPMf7jRQZbNBQcAB3twDMHE6
TBH I did not undertand what this is.. what would one gain using this docker?
docker is like a Proxy or cloud mining but you control it, it's suppose to run with less drops off and be more stable an is if you have a bad connection but direct mining is always better .. so you need to try it out to see if it works for you . plus it helps automate mining but any good monitoring software can... i Personal use and bought AWESOME miner .. it does what Docker does and then some .. the only real difference is the price if your not willing to a pay a one time fee to use the unlocks of Awesome miner that are kept updated at no additional charge after the one time fee and need or want more control over your setup etc use Docker
....plus Docker might be harder to learn but is good to use ...
Docker is a software technology providing containers, promoted by the company Docker, Inc.[6] Docker provides an additional layer of abstraction and automation of operating-system-level virtualization on Windows and Linux.[7] Docker uses the resource isolation features of the Linux kernel such as cgroups and kernel namespaces, and a union-capable file system such as OverlayFS and others[8] to allow independent "containers" to run within a single Linux instance, avoiding the overhead of starting and maintaining virtual machines (VMs).
The Linux kernel's support for namespaces mostly[10] isolates an application's view of the operating environment, including process trees, network, user IDs and mounted file systems, while the kernel's cgroups provide resource limiting, including the CPU, memory, block I/O, and network. Since version 0.9, Docker includes the libcontainer library as its own way to directly use virtualization facilities provided by the Linux kernel, in addition to using abstracted virtualization interfaces via libvirt, LXC (Linux Containers) and systemd-nspawn.