https://docs.docker.com/engine/install/ubuntu/ Set up the repository apt-get update apt-get install \ apt-transport-https \ ca-certificates \ curl \ g ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 15:16:09   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 15:14:11   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    --link 思考一个场景,我们编写了一个微服务器, database url=ip; 项目不重启,数据库ip换掉了,我们希望可以处理这个问题,可以名字来进行访问容器? [root@kuangshen /]# docker exec -it tomcat02 ping tomcat01 ping:  ...
                            
                            
                                分类:
编程语言   时间:
2021-06-02 14:52:05   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 14:49:47   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                一、环境 *centos7.6 二、安装步骤 *设置yum源 yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum-config-manager --add-repo htt ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 12:47:47   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                参考如下: Installing WebLogic 12.1.3 with Docker (easier) If you work on a Linux-based machine as your development environment and you aren't familiar wit ...
                            
                            
                                分类:
Web程序   时间:
2021-06-02 12:45:31   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    前期准备 docker环境... 0_镜像_查询 [root@iZ2zeca7jric8sx4f3n7spZ ~]# docker search elasticsearch NAME DESCRIPTION STARS OFFICIAL AUTOMATED elasticsearch Elastic ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 12:27:50   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                实现自动化部署(一):Docker安装GitLab 一、安装GitLab(注:新环境【阿里云CentOS 7.9 64位】下安装) 1、 编辑docker-compose的yml文件 mkdir /opt/gitlab cd /opt/gitlab vim docker-compose.yml ## ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 12:27:11   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                一、指定本地仓库 1、本机新建一个文件夹当做本地仓库 博主的是:D:\learn\java\maven-repository 2、在maven的conf目录下的在settings.xml中添加localRepository标签 <?xml version="1.0" encoding="UTF-8" ...
                            
                            
                                分类:
其他好文   时间:
2021-06-02 12:25:15   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    #引言 在生产环境中,数据库的查询请求压力较大的时候,通常需要采取数据库主从模式,读写分离的方式来提高数据库查询效率,本文就教大家如何搭建Mysql主从服务器配置 #安装两台Mysql服务器 为了模拟生产环境,本文教程采取docker容器的方式安装mysql,搭建Mysql主从服务 ##docker ...
                            
                            
                                分类:
数据库   时间:
2021-06-02 12:15:39   
                                阅读次数:
0