Skip to content

the "Extracting" step of Windows containers with Docker still takes an eternity #607

@doctorpangloss

Description

@doctorpangloss

Describe the bug

~ $ docker run -it mcr.microsoft.com/windows/server:ltsc2022
Unable to find image 'mcr.microsoft.com/windows/server:ltsc2022' locally
ltsc2022: Pulling from windows/server
01c4baad83ab: Extracting [=======================>                           ]  1.421GB/3.014GB
ce7126e7d668: Download complete

It takes like 140 seconds to extract 2GB on a very powerful machine. This is nuts. There must be a better way.

To Reproduce
(see above)

Expected behavior
Once an image is downloaded, it should be fast to start running it.

Configuration:

  • Edition: Windows Server 2022
  • Base Image being used: mcr.microsoft.com/windows/server
  • Container engine: docker
  • Container Engine version: 28

Metadata

Metadata

Labels

bugSomething isn't workingdocumentationNeed improvements or additions to docs

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions