mirror of
https://github.com/monero-project/monero.git
synced 2026-01-13 21:36:32 -08:00
Added basic docker file
finalized dockerfile
This commit is contained in:
14
README.md
14
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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user