1.查找镜像 docker search nexus 2.拉取镜像 docker pull sonatype/nexus3 3.启动容器 docker run -d -p 8081:8081 -p 8082:8082 -p 8083:8083 -v /etc/localtime:/etc/local ...
分类:
其他好文 时间:
2020-07-19 17:49:26
阅读次数:
100
有些人安装的linux的系统默认防火墙不是iptables,而是firewall,那就得使用以下方式关闭防火墙了。 >>>关闭防火墙 systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止 ...
分类:
其他好文 时间:
2020-07-18 13:42:58
阅读次数:
78
首先去mysql官网下载mysql的离线rpm安装包(https://downloads.mysql.com/archives/community/) 上传到/data/rpm/mysql8.0目录下 因为Mysql依赖于mariadb,所以我们先用rpm -qa | grep mariadb 查找 ...
分类:
数据库 时间:
2020-07-18 13:32:54
阅读次数:
118
注意事项 注意1:请确保各节点时区设置一致、时间同步。如果你的环境没有提供 NTP 时间同步,推荐集成安装chrony ntpdate time1.aliyun.com && hwclock -w 注意2:在公有云上创建多主集群,请结合阅读在公有云上部署 kubeasz 注意3:建议操作系统升级到新 ...
分类:
其他好文 时间:
2020-07-17 16:13:17
阅读次数:
66
kubernet 1、关闭swapswapoff -a/etc/fstab 注释swap分区 2、将桥接的IPv4流量传递到iptables的链cat > /etc/sysctl.d/k8s.conf <<EOFnet.bridge.bridge-nf-call-ip6tables = 1net.b ...
分类:
Web程序 时间:
2020-07-16 00:11:48
阅读次数:
120
dockers安装Nexus,指定访问路径(默认为/;在使用Nginx做反向代理时,最好指定访问路径),并在容器外持久化数据,避免Nexus容器升级后数据丢失。 安装并启动 docker run -d -p 8081:8081 --name nexus -v nexus-data:/nexus-da ...
分类:
其他好文 时间:
2020-07-13 21:14:21
阅读次数:
73
iptables 与 firewalld 防火墙 iptables 与 firewalld 都不是真正的防火墙,它们都只是用来定义防火墙策略的防火墙管理工具而已, 或者说, 它们只是一种服务。iptables服务会把配置好的防火墙策略交由内核层面的 netfilter 网络过滤器来处理, firew ...
分类:
系统相关 时间:
2020-07-13 18:29:44
阅读次数:
66
问题:老是关闭防火墙太麻烦,所以选择彻底关闭防火墙,发现每次都记不住命令! 下面是red hat/CentOs7关闭防火墙的命令! 1:查看防火状态 systemctl status firewalld service iptables status 2:暂时关闭防火墙 systemctl stop ...
分类:
其他好文 时间:
2020-07-13 13:23:13
阅读次数:
87
在build.gradle文件里 换程阿里云的即可: repositories { mavenLocal() maven { // url = 'http://nexus.vfinance.cn:9081/content/groups/public/' url = 'http://maven.ali ...
分类:
其他好文 时间:
2020-07-11 13:06:40
阅读次数:
128
Description Name: Hackademic: RTB2 Date release: 6 Sep 2011 DHCP service: Enabled IP address: Automatically assign Task:get root and read the file key ...
分类:
其他好文 时间:
2020-07-10 17:09:19
阅读次数:
93