[Help]: Cannot Create New Container #374
Answered
by
mbentley
MachEntertainment
asked this question in
Help
-
Controller Version5.12.7 Describe Your Issue or QuestionWhen attempting to create a new container based off mbentley/omada-controller and starting the container for the first time the container crashes. Expected BehaviorDocker run should create a working container. Steps to Reproduce
How You're Launching the Container
Container Logs
MongoDB Logs
Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
mbentley
Dec 2, 2023
Replies: 1 comment 3 replies
-
Could I get some info like |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the delayed response - work has been quite hectic. This looks like a problem that is something at the host OS level that is blocking the operation of creating the user inside the container. Searching for the error
Cannot open audit interface - aborting.
results in a bit of a variety of possibilities. It could be anything from the kernel, apparmor, etc. Is your system up to date with all of the latest packages and is running the latest kernel (post-reboot after installing a new kernel, if available)?You can run the container without apparmor to test by adding
--security-opt apparmor=unconfined
to your run command as that could be a likely culprit. Could be something as simple as…