1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Add another disadvantage

This commit is contained in:
Hongli Lai (Phusion) 2013-11-12 22:36:51 +01:00
parent 941ba8947e
commit 7b4e2b6d77
No known key found for this signature in database
GPG Key ID: 06A131094B6F4332

View File

@ -15,6 +15,7 @@ Why use baseimage-docker instead of doing everything yourself in Dockerfile?
* It reduces the time needed to write a correct Dockerfile. You won't have to worry about the base system and can focus on your stack and your app.
* It sets up the base system **correctly**. It's very easy to get the base system wrong, but this image does everything correctly.
* It reduces the time needed to run `docker build`, allowing you to iterate your Dockerfile more quickly.
* It reduces download time during redeploys. Docker only needs to download the base image once: during the first deploy. On every subsequent deploys, only the changes you make on top of the base image are downloaded.
## Contents