diff options
author | Bruno Clermont <bruno@robotinfra.com> | 2017-11-17 12:14:19 +0800 |
---|---|---|
committer | Bruno Clermont <bruno@robotinfra.com> | 2017-11-17 21:51:22 +0800 |
commit | e03be11a0ee5e9944e99d72c2d3d7e8f8bc7781c (patch) | |
tree | 02cf626b92b9cd4f0efe2fcfe9817a1a11adc432 /README.md | |
parent | Merge pull request #2818 (diff) | |
download | monero-e03be11a0ee5e9944e99d72c2d3d7e8f8bc7781c.tar.xz |
fix and improve docker image, add doc for docker-compose
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -144,6 +144,9 @@ Installing a snap is very quick. Snaps are secure. They are isolated with all of # or in background docker run -it -d -v /monero/chain:/root/.bitmonero -v /monero/wallet:/wallet -p 18080:18080 monero + +**Warning** make sure to use `tty: true` with `docker-compose`, if `monerod` don't have a tty it will exit once it's initialized. + Packaging for your favorite distribution would be a welcome contribution! ## Compiling Monero from Source |