mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Updated Build with Docker (markdown)
parent
3d879c30dd
commit
3d6d8fdb45
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
`cd wownero`
|
||||
|
||||
## Build Docker Image
|
||||
`docker-machine start`
|
||||
`docker-machine env`
|
||||
eval $(docker-machine env)`
|
||||
`docker build --no-cache --network=host --build-arg NPROC=2 -t wownero:master .`
|
||||
|
||||
`docker images`
|
||||
|
|
Loading…
Reference in a new issue