- Notifications
You must be signed in to change notification settings - Fork 81
Description
I am using Docker Desktop for Windows with WSL2 integration on a MS Windows 10 Pro OS. I tried to build the image 4 times but always Docker Desktop stops (exits) at the point:
=> => # extracting Oracle database software...
I saw two more issues on this repository for similar problems - one opened, the other - closed!
First I was thinking that I do not have enough free space on my Hard Drive Partition C:, but even after freeing some space I tried building the image and the problem persists (I have 35 GB free space).
I am sure I downloaded all the files needed and put them in the files subdirectory - the database file LINUX.X64_193000_db_home.zip is there and I tested it whether it can be unzipped and it is OK!
Is there any way to see the error when the script install_oracle19ee.sh is getting when extracting the file? Maybe logging the errors not to /dev/null, but to /files/file.log?!
Is there any other way to see why Docker Desktop is stopping and needs to be restarted manually when it is extracting the Oracle db?
Yes, I am using Docker Desktop for Windows with WSL2 backend but I want to build a Linux apex dev image. I hope is possible.
Thank you!
Roumen