Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Enable parallel download via docker compose during pre-pull of images #7163

@glensc

Description

@glensc

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem?

On first boot (or when docker images are pruned) the docker images are downloaded in parallel.

Describe your solution

docker-compose could be used to pull them in parallel:

  1. create temporary docker compose file containing the needed images
  2. run docker-compose -f tmp.yml pull
  3. continue with the rest of the flow

Describe alternatives

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions