Is there an existing issue for this?
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:
- create temporary docker compose file containing the needed images
- run docker-compose -f tmp.yml pull
- continue with the rest of the flow
Describe alternatives
No response
Additional context
No response