使用这个镜像
https://hub.docker.com/r/wnameless/oracle-xe-11g/
启动并允许远程连接
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
连接用户名密码:
port: 49161
sid: xe
username: system
password: oracle
Password for SYS & SYSTEM
本文介绍如何使用 Docker 镜像部署 Oracle XE 11g 数据库,实现远程连接配置。通过指定端口映射及环境变量,轻松启动并管理 Oracle 数据库容器。

被折叠的 条评论
为什么被折叠?



