From 7e8c1313badce287482715fd4b23524e03b58597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E6=AD=A6=20=E5=8D=9A=E4=BA=8C?= <38101080+wowario@users.noreply.github.com> Date: Sat, 16 May 2020 08:55:58 +0300 Subject: [PATCH] Updated Build with Docker (markdown) --- Build-with-Docker.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Build-with-Docker.md b/Build-with-Docker.md index 500f82e..29b9d24 100644 --- a/Build-with-Docker.md +++ b/Build-with-Docker.md @@ -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`