We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e0e14 commit ea9033aCopy full SHA for ea9033a
Dockerfile
@@ -21,9 +21,11 @@ RUN printf 8080\\n1521\\noracle\\noracle\\ny\\n | /etc/init.d/oracle-xe configur
21
22
RUN echo 'export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe' >> /etc/bash.bashrc
23
RUN echo 'export PATH=$ORACLE_HOME/bin:$PATH' >> /etc/bash.bashrc
24
+RUN echo 'export ORACLE_SID=XE' >> /etc/bash.bashrc
25
26
EXPOSE 22
27
EXPOSE 1521
28
+EXPOSE 8080
29
30
CMD sed -i -E "s/HOST = [^)]+/HOST = $HOSTNAME/g" /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora; \
31
service oracle-xe start; \
0 commit comments