[Debian 13] Slow Quadlet startup time, but the equivalent podman run command is instant
#28403
Unanswered
regunakyle
asked this question in
Q&A
Replies: 2 comments 6 replies
-
|
Maybe related to copy-paste from podman/docs/tutorials/performance.md Lines 63 to 84 in 00012e3 Did you try the quadlet before trying "podman run" from the command-line? |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
I'm seeing the same on an Ubuntu 24.04. I don't really have much to add to the above. Mine is doing GPU inference, starts in about a minute if I run it on the command line, but 10 minutes is not enough as a Quadlet setup. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
From a fresh Debian 13 install:
Then:
podman run --name code-server -p 8000:8080 \ -v /home/eleung/coder/volume:/home/coder \ --userns "keep-id" --env DOCKER_USER=root \ --pull never docker.io/codercom/code-server:latestThis starts up in an instant.
But the equivalent user Quadlet file takes about a minute to start/print logs to journalctl output:
Is this normal? If not, does anyone know how do I fix this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions