Docker
小P聊技术
免费提供资源 && 解答技术问题 && QQ①群 725477119
展开
-
Centos7 Docker离线部署nginx
1 环境信息查看系统内核[root@localhost /]# cat /etc/redhat-releaseCentOS Linux release 7.5.1804 (Core)2 虚拟机拉取镜像此处资源获取在虚拟机中进行,完成后上传到服务器安装2.1 拉取nginx镜像[root@localhost /]# docker pull nginx2.2 导出镜像[root@localhost /]# docker save -o /opt/module/software/ji原创 2021-01-17 16:21:09 · 1431 阅读 · 0 评论 -
Centos7 Docker离线部署vsftpd
1 环境信息查看系统内核[root@localhost /]# cat /etc/redhat-releaseCentOS Linux release 7.5.1804 (Core)2 虚拟机拉取镜像此处资源获取在虚拟机中进行,完成后上传到服务器安装2.1 拉取vsftpd镜像[root@localhost /]# docker pull fauria/vsftpd2.2 导出镜像[root@localhost /]# docker save -o /opt/module/so原创 2021-01-17 16:20:37 · 430 阅读 · 0 评论 -
Centos7 Docker离线部署oracle11g
1 环境信息查看系统内核[root@localhost /]# cat /etc/redhat-releaseCentOS Linux release 7.5.1804 (Core)2 虚拟机拉取镜像此处资源获取在虚拟机中进行,完成后上传到服务器安装2.1 拉取oracle11g镜像[root@localhost /]# docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g2.2 导出镜像[root@l原创 2021-01-17 16:20:08 · 855 阅读 · 2 评论 -
Centos7 Docker离线部署Mysql5.7
1 环境信息查看系统内核[root@localhost /]# cat /etc/redhat-releaseCentOS Linux release 7.5.1804 (Core)2 虚拟机拉取镜像此处资源获取在虚拟机中进行,完成后上传到服务器安装2.1 拉取mysql5.7镜像[root@localhost /]# docker pull mysql:5.72.2 导出镜像[root@localhost /]# docker save -o /opt/module/soft原创 2021-01-17 16:19:30 · 808 阅读 · 0 评论 -
Centos7 离线部署Docker
1 环境信息查看系统内核[root@localhost /]# cat /etc/redhat-releaseCentOS Linux release 7.5.1804 (Core)2 虚拟机拉取docker离线安装文件此处资源获取在虚拟机中进行,完成后上传到服务器安装2.1 联网机器安装 downloadonly[root@localhost /]# yum install yum-plugin-downloadonly2.2 下载docker安装文件[root@localho原创 2021-01-17 16:18:46 · 363 阅读 · 0 评论 -
Centos7 离线安装和配置mysql8
环境信息系统: centos7数据库: MySql 8.0.211 下载离线安装包官网地址:官网: https://downloads.mysql.com/archives/community/百度云地址:百度云: https://downloads.mysql.com/archives/community/ [tzqv]2 上传文件到服务器可以用ftp工具,这里我使用命令进行文件上传,上传目录到 /opt/software/ 目录不存在需自己创建1:输入rz命令,看是否已.原创 2021-01-17 16:16:11 · 697 阅读 · 0 评论 -
Centos7 离线安装和配置jre1.8
1 下载JRE官网地址:oracle官网百度云地址:百度云[e6mg]2 上传文件到服务器可以用ftp工具,这里我使用命令进行文件上传,上传目录到 /opt/software/ 目录不存在需自己创建1:输入rz命令,看是否已经安装了lrzsz,如果没有安装则执行 yum -y install lrzsz命令进行安装。[root@localhost ~]# rz-bash: rz: command not found[root@localhost ~]# yum -y instal原创 2021-01-17 16:12:56 · 432 阅读 · 0 评论 -
Docker离线部署应用
1 环境信息1 查看系统内核[root@localhost /]# cat /etc/redhat-releaseCentOS Linux release 7.5.1804 (Core)2 文件准备2.1 获取资源文件2.1.1 手动下载1 apache-tomcat-8.5.16.tar.gzhttp://archive.apache.org/dist/tomcat/to...原创 2020-01-20 13:40:16 · 2970 阅读 · 0 评论