mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
Add another disadvantage
This commit is contained in:
parent
941ba8947e
commit
7b4e2b6d77
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user