aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index cd89791db..98c0ea558 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,18 @@ Packages are available for
* OS X via [Homebrew](http://brew.sh)
- brew tap sammy007/cryptonight
- brew install bitmonero --build-from-source
+ brew tap sammy007/cryptonight
+ brew install bitmonero --build-from-source
+
+* Docker
+
+ docker build -t monero .
+
+ # either run in foreground
+ docker run -it -v /bitmonero/chain:/root/.bitmonero -v /bitmonero/wallet:/wallet -p 18080:18080 monero
+
+ # or in background
+ docker run -it -d -v /bitmonero/chain:/root/.bitmonero -v /bitmonero/wallet:/wallet -p 18080:18080 monero
Packaging for your favorite distribution would be a welcome contribution!