mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Created Build with Docker (markdown)
parent
dc4ab74601
commit
984b34730f
1 changed files with 15 additions and 0 deletions
15
Build-with-Docker.md
Normal file
15
Build-with-Docker.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## Clone Repo
|
||||||
|
`git clone https://github.com/wownero/wownero`
|
||||||
|
|
||||||
|
`cd wownero`
|
||||||
|
|
||||||
|
## Build Docker Image
|
||||||
|
`docker build --no-cache --network=host --build-arg NPROC=2 -t wownero .`
|
||||||
|
|
||||||
|
`docker images`
|
||||||
|
|
||||||
|
## Copy Files From Image to Host
|
||||||
|
`docker cp <containerId>:/data/ ~/wownero_docker`
|
||||||
|
|
||||||
|
## Run Container
|
||||||
|
`docker run -it --entrypoint /bin/bash <containerId>`
|
Loading…
Reference in a new issue