Skip to content

Improve Docker load/first time delay #35

@rgaudin

Description

@rgaudin

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 load does 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions