1.安装配置docker-ce此步骤不在此赘述 2.启动配置MySQL容器 mkdir -p /opt/mysql5.7/{data,conf} docker pull mysql:5.7.31 docker run --name mysql-app \ --restart=always \ --c ...
分类:
其他好文 时间:
2020-07-30 01:10:37
阅读次数:
179
安装依赖包 yum install -y yum-utils device-mapper-persistent-data lvm2 置阿里云镜像源 yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/cen ...
分类:
其他好文 时间:
2020-07-23 23:21:33
阅读次数:
82
安装Docker 1 2 3 4 5 [root@localhost /]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) [root@localhost /]# yum install docker-ce -y [root ...
分类:
数据库 时间:
2020-07-17 01:22:08
阅读次数:
138
Docker-ce docker有多种安装和部署方法,对于不同的需要,做相应的部署! 本文是基于CICD来快速部署的,是基于jenkins自动部署打包来安装docker-ce,从而构建一个Maven项目(本文不提供jenkins部署流程) 实验环境: 三台CentOS 分别做: jenkins服务器 ...
分类:
其他好文 时间:
2020-07-16 21:00:15
阅读次数:
56
[docker-ce-stable]name=Docker CE Stable - $basearchbaseurl=https://mirrors.aliyun.com/docker-ce/linux/centos/7/$basearch/stableenabled=1gpgcheck=1gpgk ...
分类:
其他好文 时间:
2020-07-15 15:46:28
阅读次数:
52
[docker-ce-stable]name=Docker CE Stable - $basearchbaseurl=https://download.docker.com/linux/centos/7/$basearch/stableenabled=1gpgcheck=1gpgkey=https: ...
分类:
其他好文 时间:
2020-07-15 15:45:16
阅读次数:
70
前提:安装好了docker-ce。systemctlstartdockersystemctlenabledockeriptables-Xiptables-Fserviceiptablessave1、部署nginx:dockerrun-it-d-p80:80-v/usr/share/nginx/html/:/usr/share/nginx/html/-v/etc/nginx/conf.d/:/etc
分类:
其他好文 时间:
2020-07-10 09:36:54
阅读次数:
64
1.下载rpm包https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.09.9-3.el7.x86_64.rpmdocker-ce-cli-18.09.9-3.el7.x86_64.rpmcontainerd.io-1.2.13-3.2.el7.x86_64.rpmhttp://mirrors.
分类:
其他好文 时间:
2020-07-09 09:27:04
阅读次数:
158
1. 安装之前,先清除之前安装的旧版本 docker,如果有的话。 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrot ...
分类:
系统相关 时间:
2020-06-26 22:13:24
阅读次数:
59
1、$ sudo yum install -y yum-utils 2、 $ sudo yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo3、安装最新版本的Docker E ...
分类:
其他好文 时间:
2020-06-26 14:17:31
阅读次数:
82