一、docker环境 Docker version 19.03.5, build 633a0ea 二、安装并启动 Maven 私服的工具: Sonatype Nexus 1、搜索 2、下载镜像 docker pull sonatype/nexus3 3、启动镜像实例 docker run -id - ...
分类:
其他好文 时间:
2019-11-26 23:11:43
阅读次数:
187
一、docker创建私服证书 root-ca.cnf site.cnf centos docker开启远程api端口 https://blog.csdn.net/dongl890426/article/details/83714936 ...
分类:
其他好文 时间:
2019-11-01 20:07:42
阅读次数:
408
1.下载nexus-3.19.1-01-unix.tar.gz2.下载jdk-8u161-linux-x64.tar.gz备注:nexus3.19必须运行在jdk1.8以上3.解压:#tar-zvxfnexus-3.19.1-01-unix.tar.gz4.默认配置文件:../nexus-3.19.1-01/etc/nexus-default.properties[cqs@centos7etc]$
分类:
其他好文 时间:
2019-10-30 18:19:52
阅读次数:
461
A http://www.pianshen.com/article/249363068/ nexus3安装与配置 B https://www.cnblogs.com/hujunzheng/p/9807646.html 下载与安装 下载地址:https://www.sonatype.com/downl ...
1.下载一个nexus3的镜像 docker pull sonatype/nexus3 2.将容器内部/var/nexus-data挂载到主机/root/nexus-data目录。 docker run -d -p 8081:8081 --name nexus -v /root/nexus-data ...
分类:
系统相关 时间:
2019-09-23 15:34:34
阅读次数:
183
场景 Ubuntu Server 上使用Docker Compose 部署Nexus(图文教程): https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/101111611 在上面部署好Nexus后,启动后日志提示: Unable to ...
分类:
其他好文 时间:
2019-09-21 23:24:48
阅读次数:
364
场景 Docker-Compose简介与Ubuntu Server 上安装Compose: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/100902301 Docker Compose基本使用-使用Compose启动Tomcat ...
分类:
其他好文 时间:
2019-09-21 16:57:18
阅读次数:
134
Maven私服 环境 centos7 Docker version 18.06.3 ce, build d7080c1 "sonatype/nexus3:3.18.1" 搭建方式 二进制包搭建 docker搭建 docker搭建 创建挂在数据的目录. 后台运行 开机启动 docker的contain ...
分类:
其他好文 时间:
2019-09-14 19:15:35
阅读次数:
93
1 下载指定版本的镜像 docker pull sonatype/nexus3:3.18.1 2 宿主机创建一个映射目录 ,并设置所有者 mkdir -p /app/nexus3/nexus-data chown -R 200 /app/nexus3/nexus-data (意思是,给这目录分配了U ...
分类:
其他好文 时间:
2019-08-31 23:04:15
阅读次数:
94
安装jdk(略) 安装maven 添加环境变量 在文件下方添加如下内容(这里的MAVEN_HOME需要改为你自己的maven解压目录): 安装nexus 在这里下载https://www.sonatype.com/download-oss-sonatype 注意: 出现了root用户不建议的警告,解 ...
分类:
其他好文 时间:
2019-08-22 14:44:19
阅读次数:
81