Kasra Bigdeli
Kasra Bigdeli
This seems to be a customized image for your own use it's got some very specific customization such as built-in nginx. Once we implement private one click apps, you can...
Maybe I've mistaken. The GitHub repo linked in Docker hub gives 404 so I can't see what exactly this images is doing. Maybe we'll revisit when the repo is updated.
I'm pretty open with regards to one-click apps (not so much on the main repo) As long as they provide actual benefit and the usage is well documented, PRs are...
Update: `command` is now being used by CapRover. OLD: `command` field isn't used by CapRover, that's probably the cause: https://github.com/caprover/one-click-apps?tab=readme-ov-file#services As a workaround, you can use dockerfileLines, here is an...
Thanks! Looks like it's lacking the logo.
This is a host error. Someone your host has changed and it inteferes with Docker. It's really deep in Docker stack: https://github.com/opencontainers/runc/blob/e55fe63aed22520d565d1a3490e1655e839068eb/libcontainer/seccomp/seccomp_linux.go#L157-L161 I am not sure if there is an...
These are two different errors. * First one `error adding SSB flag to seccomp filter` * Second one: `error executing setns process` But both are host errors - meaning that...
It's coincidence at best IMO. "error executing setns process" is thrown before a container (in this case likely the captain-certbot) is even started. Deleting the PEM files may have fixed...
Scratch that ^ https://github.com/opencontainers/runc/blob/51f45cb5c069afe833c456c00060f7dc1026480e/libcontainer/process_linux.go#L362-L393 This is where the initial process is kicked in. So in your case, nginx container failed because of some corrupt files.
Thanks, @matbgn for the PR. But as far as I can tell, this is a personal project with just a 200 stars and even more concerning, just 62 Docker image...