This refers to my last post bug or feature in oracle -rdbms-server-12cR1-preinstall
There is no problem in oracle-rdbms-server-12cR1-preinstall, but rather a little confusion in the docker image breed85/oracle-12:preinstall.
When you pull breed85/oracle-12:latest, it comes along with the oracle-rdbms-server-12cR1-preinstall, but it is missing unzip. Hence just run a container on this image, do yum -y install unzip and save a new image eg. like
docker commit -p <your container> breed85/oracle-12:latestu.
With this image you may continue your setup of Oracle12c - eg. shown on train.docker.dataguard
No comments:
Post a Comment