Updated Build with Docker (markdown)

清武 博二 2020-05-16 08:55:58 +03:00
parent 3d6d8fdb45
commit 7e8c1313ba
1 changed files with 4 additions and 1 deletions

@ -5,8 +5,11 @@
## Build Docker Image
`docker-machine start`
`docker-machine env`
eval $(docker-machine env)`
`eval $(docker-machine env)`
`docker build --no-cache --network=host --build-arg NPROC=2 -t wownero:master .`
`docker images`