News

# docker 기반 oracle db 설치 # 이미지 다운로드 docker pull oracleinanutshell/oracle-xe-11g # 이미지로 설치 docker run -d --name oracle-xe-11g -p 1521 ...