I tried to "docker commit" the tablespace I created on a container that is based on alexeiled's oracle xe 11g container.
But I got this error:
FATA[0027] Error response from daemon: ApplyLayer exit status 1 stdout: stderr: write /u01/app/oracle/oradata/XE/usr.dbf: read-only file system
Why is it trying to write usr.dbf to a read-only filesystem?
Docker command: sudo docker commit d74005e729bd oracle-simou
Docker version: Docker version 1.5.0, build a8a31ef
Host OS: archlinux