mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Updated Build with Docker (markdown)
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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue