You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, container pull downloads image layers with a hardcoded concurrency of 8. This can be too many concurrent downloads for slow connections or not enough for faster connections.
Proposed Enhancement
Implement configurable concurrent layer downloads similar to Docker.