From 5977e3ba576b524537ce92c89a91144a44bb2440 Mon Sep 17 00:00:00 2001 From: b-i-t-n Date: Thu, 13 Jul 2017 08:21:47 +1000 Subject: [PATCH] Added Docker references for new comers --- resources/user-guides/mining_with_xmrig_and_docker.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/user-guides/mining_with_xmrig_and_docker.md b/resources/user-guides/mining_with_xmrig_and_docker.md index 85aa9a20..90ef4451 100644 --- a/resources/user-guides/mining_with_xmrig_and_docker.md +++ b/resources/user-guides/mining_with_xmrig_and_docker.md @@ -17,10 +17,16 @@ At the end of this guide you will be able to sleep a little easier knowing that ### Why Docker -Docker is being used as it is the most well known and has the biggest chance to be already installed. +[Docker](https://www.docker.com/) is being used as it is the most well known and has the biggest chance to be already installed. The container I an using is [alpine-xmrig](https://hub.docker.com/r/bitnn/alpine-xmrig/) as per the name it is built on the [Alpine Linux](https://www.alpinelinux.org/) image. +If you are interested in getting started with Docker, here are some really good starting references. +* Arch Linux Wiki [Docker Page](https://wiki.archlinux.org/index.php/Docker) +* Container Solutions [Security Cheat Sheet](http://container-solutions.com/content/uploads/2015/06/15.06.15_DockerCheatSheet_A2.pdf) +* Digital Oceans [Dockerfile Howto](https://www.digitalocean.com/community/tutorials/docker-explained-using-dockerfiles-to-automate-building-of-images). + +For distribution specific installation please refer to the [Docker Docs](https://docs.docker.com/engine/installation/) website. ### Why XMRig