Matt Davies
Matt Davies
I've now tried this within a docker-compose context ``` version: '2' services: oracle-db: build: context: . dockerfile: oracle.Dockerfile container_name: oracle-db environment: - ORACLE_ALLOW_REMOTE=true volumes: - oracle:/u01/app/oracle/oradata/XE/ ports: - 49161:1521 volumes:...
@stephaneeybert Did you ever get this resolved? I'm having a hell of a time myself persisting data across container restarts. https://github.com/wnameless/docker-oracle-xe-11g/issues/119
Bump!! Be real handy if we could do this Luke.
Hi @tifayuki Thanks for getting back to me. I tried doing that, but unfortunately it doesn't work, same error. Could be down to permissions? Surely this isn't that hard, I...
Thanks @thomasleveil I'll give that a bash.