From d64fbe5fddbc349e642c40a26cd98f0996fc4ef7 Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Thu, 23 Nov 2017 17:11:50 +0100 Subject: Adding Dockerfile and fixing build_xmr-stak_docker script --- doc/usage.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/usage.md') diff --git a/doc/usage.md b/doc/usage.md index bb35769..9cbbdd4 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -49,6 +49,22 @@ The Following options temporary overwrites the config file settings: -p, --pass PASSWD pool password, in the most cases x or empty "" ``` +## Docker image usage + +You can run the Docker image the following way: + +``` +docker run --rm -it -u $(id -u):$(id -g) --name fireice-uk/xmr-stak -v "$PWD":/mnt xmr-stak +docker stop xmr-stak +docker run --rm -it -u $(id -u):$(id -g) --name fireice-uk/xmr-stak -v "$PWD":/mnt xmr-stak --config config.txt +``` + +Debug the docker image by getting inside: + +``` +docker run --entrypoint=/bin/bash --rm -it -u $(id -u):$(id -g) --name fireice-uk/xmr-stak -v "$PWD":/mnt xmr-stak +``` + ## HTML and JSON API report configuraton To configure the reports shown on the [README](README.md) side you need to edit the httpd_port variable. Then enable wifi on your phone and navigate to [miner ip address]:[httpd_port] in your phone browser. If you want to use the data in scripts, you can get the JSON version of the data at url [miner ip address]:[httpd_port]/api.json -- cgit v1.1