From 225e447b54ff7d3117f30a6935bf8ad4e48d27fa Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 19 Feb 2018 00:27:04 +0800 Subject: [PATCH] [Doc] Update Docker image build info in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5627b48..13a5f73 100644 --- a/README.md +++ b/README.md @@ -514,7 +514,7 @@ This will package your current nvm repository with our pre-defiend development e $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE -nvm-dev latest 9ca4c57a97d8 7 days ago 1.22 GB +nvm-dev latest 9ca4c57a97d8 7 days ago 650 MB ``` If you got no error message, now you can easily involve in: @@ -525,7 +525,7 @@ $ docker run -it nvm-dev -h nvm-dev nvm@nvm-dev:~/.nvm$ ``` -Please note that it'll take about 15 minutes to build the image and the image size would be about 1.2GB, so it's not suitable for production usage. +Please note that it'll take about 8 minutes to build the image and the image size would be about 650MB, so it's not suitable for production usage. For more information and documentation about docker, please refer to its official website: - https://www.docker.com/