-
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 does not start sql server container #21261
Comments
could it be selinux or seccomp? Try adding |
@giuseppe No. Both don't work. |
could you run |
Here it is. |
thanks. I see a bunch of invalid
that might be the reason for the failure. That doesn't depend from Podman, it is sql server doing the wrong thing. Please report the error to sql server. |
For anyone come from google, looks like kernel 6.7.0 breaks mssql-server. (microsoft/mssql-docker#868) Downgrading the kernel fixes. (See https://wiki.archlinux.org/title/Downgrading_packages for arch) |
Issue Description
I have been running sql-server database in podman container from a custom image from tar file. Today after update to system, the container fails to start without any error message. Initially, I thought something happened in my database, but for a test I simply pulled fresh sql server image, and ran a container from it. And still, the container failed to run.
In my other system having same configuration, I ran same image in docker, and it worked.
Here is log file generated with
sudo podman logs sql-test
: sql-test.log.Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
sudo podman ps
list is empty.Describe the results you expected
The running container should be listed, and sql server should work.
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
The text was updated successfully, but these errors were encountered: