-
Notifications
You must be signed in to change notification settings - Fork 127
cannot stat #20
Comments
Do you have selinux in enforcing mode? |
getenforce |
What about the Docker version that you're running? |
Docker version 18.06.1-ce, build e68fc7a |
I run the same version of Docker and have had no issues. You could try running the container without mounting a volume. See if that works. |
I see the last comment was nearly half a year ago, but I ran into the same issue. Since I finally figured it out, I figured I'd at least comment in case anyone else runs into it. I was running into the same exact issue so I decided I'd try to start completly over, which means destroying all the docker containers, images and the host OS data directory I then remembered, and recreated this issue. After running You should definetly watch the logs with a better Either way, if you run into this error |
Following the above advice, I blew away everything. During the build step, I do notice that I get errors in installing the required packages:
I'm not sure if this is a critical error, or more a warning, the logs don't clearly tell me. I allow the build to continue and the build finally reports complete! When running the first docker run command, the run command trows a warning about the sga_target is too small, ORACLE not available, and finally cannot stat /opt/oracle/product/18c/dbhomeXE/dbs/spfileXE.ora. I'm sure there is some step I'm missing, I just can't seem to figure out what that missing step is. |
Hello There: I need to connect SQL Developer to oracle database and my kitematic container log after sudo docker run |
docker run -p 32118:1521 -p 35518:5500 --name=oracle-xe --volume ~/docker/oracle-xe:/opt/oracle/oradata oracle-xe:18c
Hello, probably it's my fault but could you advise me what to do in such situation? Build passed successfully.
The text was updated successfully, but these errors were encountered: