microsoft / microsoft/Windows-Containers

Faster hyper-v container startup time

Open
#478 13 comments 1 reaction 1 assignee View on GitHub

@Howard-Haiyang-Hao is already working on this.

Since Apr 4, 2024.

enhancement perf
Dominant language
PowerShell
Stars
551
Forks
76
PR merge metrics
No merged PRs in 30d

Description

Today on Windows, docker container startup (HyperV-containers) seems to be dependent upon size of docker image.
This is not the case in Linux (not noticable at least).

Example on my machines:

docker run -it mcr.microsoft.com/dotnet/sdk:8.0.203-nanoserver-1809 -> ca 4 sec startup

docker run -it mcr.microsoft.com/dotnet/sdk:8.0.203-windowsservercore-ltsc2019 -> ca 15s startup.

This needs to be mitigated !

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.