From b16fb6ece91d6eb5f7d529133a0de9c5946a6c84 Mon Sep 17 00:00:00 2001 From: "Curt J. Sampson" Date: Mon, 15 Sep 2025 18:06:37 +0900 Subject: [PATCH] [readme] Docker: build time is "several" minutes, not 8 On my system, even without using local mirrors, the build is only two minutes, even though I have only a 1 Gbps Internet connection and I'm half-way across the world in Tokyo. There probably are still users with much slower Internet connections where the build could take eight minutes or more, but "several" still covers that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58795a44..5fe565e7 100644 --- a/README.md +++ b/README.md @@ -1021,7 +1021,7 @@ $ docker run -h nvm-dev -it nvm-dev nvm@nvm-dev:~/.nvm$ ``` -It takes about about 8 minutes to build the image and the image size is about 650MB, so it's not suitable for production usage. +It takes several minutes to build the image and the image size is about 650MB, so it's not suitable for production usage. For more information and documentation about Docker, please refer to its [official website][docker-www] and [documentation][docker-docs]: