MaksymBilenko / docker-oracle-12c

:whale: Docker image with Oracle Database 12c on board
Apache License 2.0
680 stars 285 forks source link

Error on run #80

Closed anushibin007 closed 6 years ago

anushibin007 commented 6 years ago

I get this error when trying to run the image:

docker: Error response from daemon: mkdir /var/lib/docker/overlay/e5bf7a446b70af0d912845315c394070ff8f829d2d82295ceb9a796d4bb6fda3-init/merged/dev/shm: invalid argument.

This is the command I passed: docker run -td --privileged -p 8080:8080 -p 1521:1521 --name oracle_container sath89/oracle-12c

fadc80 commented 6 years ago

I had the same problem on centos 7.1 docker 18.03.0-ce.

MaksymBilenko commented 6 years ago

This is centos kernel issue with docker's default storage driver. Try to switch to overlayfs

fadc80 commented 6 years ago

I found this workaround.