oracle - How to circumvent "Read-only file system" error on Docker version 0.11 or greater when running sysctl -w during an image build? -


i'm trying build oracle-xe docker image used on acceptance tests. build process aborted after trying install oracle xe 11g using following command inside dockerfile:

 run yum localinstall -y /tmp/oracle-xe-11.2.0-1.0.x86_64.rpm 

if disable script execution during rpm installation oracle xe doesn't work properly, not option.

downgrading docker version 0.10 or under not option either, because need "host network" new feature.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -