-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fakeroot has become extremely slow inside docker #45436
Comments
Wondering if this could be related to #38814 Does it make a difference if you start the container with |
I'm guessing you mean |
In that case, I have no objections to closing this one off in favour of #38814. |
In this case, I think containerd/containerd#7566 would be the cause of your issue (assuming containerd is running as its own systemd service). You can set the custom defaults in Set custom default per-container limits in the
|
Let me close this one, as it duplicates #38814 but feel free to continue the conversation. |
Latest docker has become slow on fakeroot operations see [1] [1] moby/moby#45436 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Description
Entering a fakeroot inside a container used to be instant but now takes about a minute.
Reproduce
Expected behavior
The original behaviour - fakeroot being quick.
docker version
Client: Version: 23.0.3 API version: 1.42 Go version: go1.20.2 Git commit: 3e7cbfdee1 Built: Wed Apr 5 13:17:36 2023 OS/Arch: linux/amd64 Context: default Server: Engine: Version: 23.0.1 API version: 1.42 (minimum version 1.12) Go version: go1.20 Git commit: bc3805a0a0 Built: Sat Feb 11 13:58:04 2023 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.7.0 GitCommit: 1fbd70374134b891f97ce19c70b6e50c7b9f4e0d.m runc: Version: 1.1.5 GitCommit: docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Additional Info
Can also be reproduced on Fedora. Can't be reproduced with podman which is why I suspect a docker regression rather than a fakeroot one.
The text was updated successfully, but these errors were encountered: