mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #2910
37f9c6e6
Dockerfile: add option to set build parallelism (MoroccanMalinois)
This commit is contained in:
commit
f04d4a78de
2 changed files with 7 additions and 1 deletions
|
@ -136,7 +136,11 @@ Installing a snap is very quick. Snaps are secure. They are isolated with all of
|
|||
|
||||
* Docker
|
||||
|
||||
# Build using all available cores
|
||||
docker build -t monero .
|
||||
|
||||
# or build using a specific number of cores (reduce RAM requirement)
|
||||
docker build --build-arg NPROC=1 -t monero .
|
||||
|
||||
# either run in foreground
|
||||
docker run -it -v /monero/chain:/root/.bitmonero -v /monero/wallet:/wallet -p 18080:18080 monero
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue