From de7ce5d651850b376ad4cad5198a57bd00e53b0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=82=A8=EA=B6=81=EC=84=9D/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Engineer/=EC=82=BC=EC=84=B1=EC=A0=84?= =?utf8?q?=EC=9E=90?= Date: Fri, 31 Aug 2018 23:39:09 +0900 Subject: [PATCH] Update getting_started document for docker (#1267) Docker build for _nncc_ use multistage-build However multistage-build require docker 17.05 or higher version This commit will update this information Signed-off-by: Seok NamKoong --- doc/getting_started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/getting_started.md b/doc/getting_started.md index 685f5af..dc6456e 100644 --- a/doc/getting_started.md +++ b/doc/getting_started.md @@ -6,6 +6,9 @@ The following toolchains are needed to build _nncc_ project: #### How to build _nncc_ with docker +To build _nncc_ with docker, docker version should be equal or higher than 17.05 +(Reference Docs : [docker site](https://docs.docker.com/develop/develop-images/multistage-build/)) + _nncc_ provides ``Dockerfile`` in order to make it easy to setup development environment. One may build ``nncc`` docker image with the following command: -- 2.7.4