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
{{ message }}
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
I updated my docker daemon to version 1.13.1 today and since then i cannot start the ccu2-image anymore, because the file /proc/device-tree/model does not exist in the container.
When i try to start the container, i get the following error(s):
Checking device
grep: /proc/device-tree/model: No such file or directory
grep: /proc/device-tree/model: No such file or directory
cat: can't open '/proc/device-tree/model': No such file or directory
Do not recognize HW -> Exiting
Checking device
grep: /proc/device-tree/model: No such file or directory
grep: /proc/device-tree/model: No such file or directory
cat: can't open '/proc/device-tree/model': No such file or directory
Do not recognize HW -> Exiting
Checking device
grep: /proc/device-tree/model: No such file or directory
grep: /proc/device-tree/model: No such file or directory
cat: can't open '/proc/device-tree/model': No such file or directory
Do not recognize HW -> Exiting
Checking device
grep: /proc/device-tree/model: No such file or directory
grep: /proc/device-tree/model: No such file or directory
cat: can't open '/proc/device-tree/model': No such file or directory
Do not recognize HW -> Exiting
I changed entrypoint.sh by removing the if-else-block for hardware detection at the top and then the container starts.
I am not sure if it has to do with docker 1.13.1 or my setup. Does anybody else has a problem with docker version 1.13.1?
The text was updated successfully, but these errors were encountered:
I updated my docker daemon to version 1.13.1 today and since then i cannot start the ccu2-image anymore, because the file /proc/device-tree/model does not exist in the container.
When i try to start the container, i get the following error(s):
I changed entrypoint.sh by removing the if-else-block for hardware detection at the top and then the container starts.
I am not sure if it has to do with docker 1.13.1 or my setup. Does anybody else has a problem with docker version 1.13.1?
The text was updated successfully, but these errors were encountered: