-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
oci runtime error #232
Comments
Since it's CentOS, which is very security hardened by default, it might be a permissions issue. Does it work if you use setenforce 0? Maybe journalctl shows you what permissions are missing. |
After issuing the setenforce command these are the entries from journalctl
|
With SELinux you'll also need to mount writable volumes with
|
Updated docker-compose.yml to this
Still won't load, same log entries, attached below (without truncated line content)
|
Removing the openhab_* volumes from the yml doesn't help either. |
disabling SELinux (/etc/selinux/config) and rebooting, confirming with |
Hello, Just encoutered the same kind of error on RHEL7 after upgrading the docker engine. Edit : I moved to a possible better way to do it ( when possible ), adding "TZ=Europe/Paris" in environment. You can find more information in "solution 2" here : https://medium.com/@ibrahimgunduz34/be-careful-while-playing-docker-about-timezone-configuration-e7a2217e9b76 |
That makes sense indeed @grimlokason! |
Perfect, thanks. I was away, but yes this has done the trick, all working fine now. |
How can I fix this, Google isn't being much help...
First time installing openhab with a fresh docker installation.
Using docker-compose.yml
System information
The text was updated successfully, but these errors were encountered: