Installing oracle 11.2.0.4 under Docker
1. Upload the oracle installation package to the host and extract it (for example, under the directory of / data) [root@localhost data]# ll total 2487256 drwxr-xr-x. 7 440 200 4096 Aug 27 2013 database drwx——. 2 root root 16384 Aug 30 23:23 lost+found -rw-r–r–. 1 root root 1395582860 Aug 30 23:59 p13390677_112040_Linux-x86-64_1of7.zip -rw-r–r–. 1 root root 1151304589 Aug 30 23:59 p13390677_112040_Linux-x86-64_2of7.zip 2. Start with the image of Docker official website and mount / data to / install docker run -it –privileged…