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:
parent
37a1fadae6
commit
2f634e4691
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@ various instructions available for use in a `Dockerfile`.
|
|||
|
||||
Whenever possible, use current Official Repositories as the basis for your
|
||||
image. We recommend the [Debian image](https://hub.docker.com/_/debian/)
|
||||
since it’s very tightly controlled and kept extremely minimal (currently under
|
||||
100 mb), while still being a full distribution.
|
||||
since it’s very tightly controlled and kept minimal (currently under 150 mb),
|
||||
while still being a full distribution.
|
||||
|
||||
### RUN
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue