[Doc] Update Docker image build info in README.md

Peter Dave Hello 2018-02-19 00:27:04 +08:00
parent 77da9f5a6d
commit 225e447b54
1 changed files with 2 additions and 2 deletions

View File

@ -514,7 +514,7 @@ This will package your current nvm repository with our pre-defiend development e
$ docker images $ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE 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: 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$ 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: For more information and documentation about docker, please refer to its official website:
- https://www.docker.com/ - https://www.docker.com/