Update getting_started document for docker (#1267)
author남궁석/동작제어Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Fri, 31 Aug 2018 14:39:09 +0000 (23:39 +0900)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Fri, 31 Aug 2018 14:39:09 +0000 (17:39 +0300)
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 <sk.namkoong@samsung.com>
doc/getting_started.md

index 685f5af..dc6456e 100644 (file)
@@ -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: