-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
First boot can be very long due to the delay it takes docker to ingest the images tar files.
We need to investigate ways to speed up this process.
- we are already using uncompressed tar for this
- there might be ways to replicate the output of what
docker loaddoes on the filesystem (nor sure what it does) - we might be better of loading containers directly instead of images.
Note that the initial docker compose startup (when it creates the containers from the images) is fast.
Metadata
Metadata
Assignees
Labels
No labels