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?
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?