1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update docs: A more accurate size for debian image

Fixes: #21195

The current size of the debian image is 125.1 MB so I have updated the Markdown to say "under 150". Also removed "extremely" (minimal) as requested.  Documentation built and tested using `make docs`.

Signed-off-by: Lucas Chan <lucas-github@lucaschan.com>
This commit is contained in:
Lucas Chan 2016-03-15 18:09:58 +11:00
parent 37a1fadae6
commit 2f634e4691

View file

@ -131,8 +131,8 @@ various instructions available for use in a `Dockerfile`.
Whenever possible, use current Official Repositories as the basis for your Whenever possible, use current Official Repositories as the basis for your
image. We recommend the [Debian image](https://hub.docker.com/_/debian/) image. We recommend the [Debian image](https://hub.docker.com/_/debian/)
since its very tightly controlled and kept extremely minimal (currently under since its very tightly controlled and kept minimal (currently under 150 mb),
100 mb), while still being a full distribution. while still being a full distribution.
### RUN ### RUN