microsoft / microsoft/Windows-Containers
Faster hyper-v container startup time
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.