failed-to-open-devnull-permission-denied-fixed
The fix is simple. From with the container execute the following:
1 |
rm -f /dev/null |
2 |
mknod /dev/null c 1 3 |
3 |
chmod 666 /dev/null |
The fix is simple. From with the container execute the following:
1 |
rm -f /dev/null |
2 |
mknod /dev/null c 1 3 |
3 |
chmod 666 /dev/null |