一、从Docker Hub或阿里云镜像下载小麦苗上传的镜像文件 小麦苗的Docker Hub的地址:https://hub.docker.com/u/lhrbest Oracle 11g DB的地址:https://hub.docker.com/r/lhrbest/oracle_11g_ee_lhr_11.2.0.4 代码语言:javascript 复制 #从Docker hub下载,网络不好时,一般比较慢 docker pull lhrbest/oracle_11g_e...
docker pull lhrbest/oracle_11g_ee_lhr_11.2.0.4:1.0 # 可以选择从阿里云下载,一般比较快 docker pull registry.cn-hangzhou.aliyuncs.com/lhrbest/oracle_11g_ee_lhr_11.2.0.4:1.0 # 从阿里云下载后可以tag成如下形式 docker tag registry.cn-hangzhou.aliyuncs.com/lhrbest/oracle_11g_ee_lhr_11.2.0.4:1.0 lhr...
6yum-config-manager--add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo78yum-y install docker-ce docker-ce-cli containerd.io910# 若执行报错,则配置yum源 11wget-O/etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 12wget-O/etc/yum.re...
Oracle 11g DB的地址:https://hub.docker.com/repository/docker/lhrbest/oracle_11g_ee_lhr_11.2.0.3/tags?page=1 1# 从Docker hub下载,网络不好时,一般比较慢2docker pull lhrbest/oracle_11g_ee_lhr_11.2.0.3:1.03# 可以选择从阿里云下载4docker pull registry.cn-hangzhou.aliyuncs.com/lhrbest/oracle_11g_...
6.4 这个时候docker就已经在 虚拟机里创建一个用于运行Linux环境的虚拟机 2内核 2G内存(我物理机配置双核 8G内存) 6.5 配置oralce 进入oracle11g的docker运行环境 docker exec -it oracle11g bash(以后每次需要进oracle环境都用这个命令) 阿里云这个镜像Oracle安装路径 /home/oracle/app/oracle/product/11.2.0/dbhome...
$ docker portdb-name To connect from outside the container using SQL*Plus, use one of the following commands, wheredbnameis the database name,cdb-user-passwordis the password for a database user with SYSDBA or SYSTEM system privileges on the CDB,cdb-sidis the system identifier of the CDB...
图一 启动Docker Quickstart Terminal 启动完毕后我们就可以进行镜像的拉取和运行了,这里我们使用 docker search oracle 来搜索oralce镜像。 A 搜索镜像 图二 搜索Oracle镜像 B 创建volume以持久化数据 在命令行输入 docker volume create exeed-db命令创建名称为exeed-db的volume ...
dockerexec-itoraclebash-c"source /home/oracle/.bashrc; sqlplus sys/Oradoc_db1@ORCLCDB as sysdba" 建議第一次登入就先修改SYS預設密碼,請參考以下命令進行修改:ALTER USER SYS IDENTIFIED BY <new-password>; 如果要透過Oracle SQL Developer登入,可以參考以下截圖進行設定(如果使用其他数据库管理IDE,如DBviewe...
使用Docker Desktop 进入容器命令行,执行source /home/oracle/.bashrc激活环境变量,再执行sqlplus /nolog,否则提示找不到命令。 或按照文档提示,直接执行$ docker exec -it <Oracle-DB> bash -c "source /home/oracle/.bashrc; sqlplus /nolog",效果相同。
This is the second in a two part series on using Docker for Oracle Database applications. Part 1: Installing Docker and Creating Images with the Oracle Client Part 2: Creating Docker Containers that Connect to Oracle Database