-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Podman-docker not working with pterodactyl wings #21520
Comments
I would figure that the link for docker.sock does not exists yet? ls -l /var/run/docker.sock Should point at the podman.sock You can use DOCKER_HOST environment variable to point at the podman.socket. |
You link the other way around. It's from -> to in the ls command
|
Is this my mistake or upstream? |
I didn't manually link it But I still that pull request is also important There might be more fixes required |
@rhatdan can you help me please? |
Sure what is the problem? The rootful socket looks good. |
i find out few things if OOM killer is disabled then i can get this error with workaround mentioned here pterodactyl/panel#4928
and if OOM killer is enabled and server may run with workaround mentioned here pterodactyl/panel#4928
and log driver would be an issue too as here pterodactyl/panel#4928 (you didn't make pull request to fix log driver) but these error wont happen on docker-ce but on podman-docker will occur and there is more logs is here |
Please open a new issue on this since it has nothing to do with podman-docker. Errors should be opened with crun. If you try with runc, do you see similar issues. |
is this part issue with crun?
and is log driver something to do with crun? |
and what is |
--runtime=runc podman defaults to crun, and docker defaults to runc. They are OCI Runtimes. Anyways open an issue with crun. |
@giuseppe FYI ^^ |
|
and there is issue also for service of podman-docker (i dont think this have to do with crun)
and i need to manually change docker.service to podman.service in order to work maybe there is something can be done to fix this |
Please open a separate issue for this. So this is a packaged service which requires the docker.service to be running? |
Issue Description
It should run without any strange issues
And please check here
pterodactyl/panel#4928
and issue won’t occur under normal docker-ce
Steps to reproduce the issue
Steps are described in
pterodactyl/panel#4928
Describe the results you received
Things will fail to start
Describe the results you expected
Runs fine just like on docker
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
RHEL9 on Linux 6.6(Ubuntu like kernel)
Additional information
No response
The text was updated successfully, but these errors were encountered: