I have an instance of RedHat 7 with Docker 1.6, and I'm having a problem loading a custom docker image. The image was created in Ubuntu 14.04 with Docker 1.5. The image successfully uploaded to the RedHat 7 instance in the past, but after reinstalling the docker (along with removing containers and images) and updating the software on the server, I get the following error when loading the image into the tar file:
FATA[0147] Error response from daemon: ApplyLayer exit status 1 stdout:
stderr: write /opt/oracle/product/12.1.0.2/dbhome_1/oc4j/j2ee/home/applications/ascontrol.ear: read-only file system
The oracle database is installed in the image, and after starting the download many times, the system seems to be mistaken in different files in the oracle installation directory.
I have no idea why this error occurs or why this problem did not occur initially.
It is also worth noting that I tried to upload this image to the RH 6 environment, and also noticed the same behavior.
source
share