Recommend alpine base image (#5480)

Signed-off-by: Thibault Jamet <tjamet@users.noreply.github.com>
This commit is contained in:
Thibault Jamet 2017-12-11 22:31:16 +01:00 committed by John Mulhausen
parent 2230bedd84
commit b193f93897
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@ various instructions available for use in a `Dockerfile`.
[Dockerfile reference for the FROM instruction](../../reference/builder.md#from)
Whenever possible, use current Official Repositories as the basis for your
image. We recommend the [Debian image](https://hub.docker.com/_/debian/)
since its very tightly controlled and kept minimal (currently under 150 mb),
image. We recommend the [Alpine image](https://hub.docker.com/_/alpine/)
since its very tightly controlled and kept minimal (currently under 5 mb),
while still being a full distribution.
### LABEL