You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the mongo image for docker on runc. It is running fine in docker, but is giving the following error when using in runc:
{"t":{"$date":"2020-12-16T13:50:00.266+00:00"},"s":"E", "c":"STORAGE", "id":20568, "ctx":"initandlisten","msg":"Error setting up listener","attr":{"error":{"code":9001,"codeName":"SocketException","errmsg":"Permission denied"}}}
I saw that this occurs when there is a port conflict. So I closed the mongod process on the host, but it still gives this error. I am relatively new to docker, mongo and runc. So any kind of guidance will be helpful. I will share my runc config.json file here for reference.
Getting this working in runc directly is going to be a pretty heavy undertaking - given your error is "Permission denied", I would imagine you're likely running into one of missing capabilities, seccomp, apparmor, selinux, etc.
I am trying to run the mongo image for docker on runc. It is running fine in docker, but is giving the following error when using in runc:
I saw that this occurs when there is a port conflict. So I closed the mongod process on the host, but it still gives this error. I am relatively new to docker, mongo and runc. So any kind of guidance will be helpful. I will share my runc config.json file here for reference.
The text was updated successfully, but these errors were encountered: