Skip to content

How to reduce the creation time of projects/environments in short-lived containers #4661

Closed Answered by bamaer
rdubois-mel asked this question in Q&A
Discussion options

You must be logged in to vote

the only decent approach is to create your own custom container that only contains the functionality you need, or does not contain what you definitely do not need (I'm looking at you, Beam and Cassandra!). That should already more or less cut your startup time in half.
Unfortunately, removing functionality from the default image won't shrink your image size and (probably) won't help much in the startup time.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rdubois-mel
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants