-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
BUG ? no more bash or sh in the container #3877
Comments
Could have something to do with this commit |
this is quite an issue. |
So Can we consider adding a healthcheck command? So that we can avoid use shell for healthcheck. |
i'll roll back to the previous version (issue again with api and tiers apps. API are a mess in this project btw) |
Updated with #3942 |
Describe the bug
unable to bash or sh into the container
Steps to reproduce
docker exec -it memos /bin/bash
or
docker exec -it memos /bin/sh
returns
OCI runtime exec failed: exec failed: unable to start container process: exec: "/bin/sh": stat /bin/sh: no such file or directory: unknown
The version of Memos you're using.
Version: v0.22.5
Screenshots or additional context
No response
The text was updated successfully, but these errors were encountered: