首页 > 服务器 > Web服务器 > 正文

详解Docker中安装配置Oracle数据库

2024-09-01 13:51:21
字体:
来源:转载
供稿:网友

本文使用的OS是Ubuntu([16.04.1_server][1])【注:Ubuntu是安装在vmware虚拟机上的】。

其他的Oracle连接工具:[sqldeveloper-4.1.5.21.78-x64][2] 或[navicat-premium][3]。

1、docker search oracle ---------------------查看docker仓库中的oracle相关内容。

docker search oracle 

docker,安装oracle,docker下安装oracle,oracle

可以看到下图所示的信息:

docker,安装oracle,docker下安装oracle,oracle

2.docker pull sath89/oracle-12c --------sath89/oracle-12c为选定需要pull到Ubuntu中的数据库镜像。

docker pull sath89/oracle-12c

下图是pull后的下载过程:

docker,安装oracle,docker下安装oracle,oracle

如果pull过程下载十分缓慢----请更换Ubuntu的源【参照此文章 】---建议使用阿里源。-------整个pull过程需要花费一个多小时,慢慢等吧。

若见下图证明pull成功。

docker,安装oracle,docker下安装oracle,oracle

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持VEVB武林网。


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表