Kibana基于Nginx反向代理增加Basic Auth认证生成Docker镜像

Kibana官方镜像默认是没有认证的,如果暴露在外网很容易被恶意访问入侵,所以基于Nginx反向代理为其增加了 […]

33
0

SuperMap iObjects Java在64位Linux上安装许可驱动报The 32bit support is missing. Please install the x86 compatibility

最近项目整合部署时需要做一个包含超图、GDAL、LAS等动态库的基础镜像,镜像是基于GDAL做的,由于是Ubu […]

77
0

构建Docker镜像时,如项目需使用GNI或者动态库,基础镜像慎用Alpine Linux

在构建Docker镜像时,为了保持最终镜像的大小一般习惯选用Alpine Linux作为基础镜像,但是如果你的 […]

35
0

解决Docker项目报javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)异常的问题

最近使用Docker部署Springboot项目遇到连接数据库报javax.net.ssl.SSLHandsh […]

81
0

如何在构建Docker镜像时加入动态库(.so)

平时在Linux上需要添加项目的动态库文件只需要把.so文件放入/lib64/下并执行ldconfig命令就可 […]

40
0

Jenkins部署项目到Kubernetes(使用kubectl)

最近需要通过Jenkins实现自动化部署项目到Kubernetes,由于k8s集群使用的是Rancher,已经 […]

47
0

从Rancher中获取Kubeconfig文件

由于公司的Kubernetes集群是基于Rancher搭建的,而实际使用时还是习惯用kubectl密令来发布部 […]

60
0

Jenkins部署Kubernetes异常:YAMLException: Class not found: io.kubernetes.client.openapi.models.V1Deployment

Jenkins部署Kubernetes异常:YAMLException: Class not found: i […]

122
0

Jenkins通过unix:///var/run/docker.sock访问docker报permission异常解决

我们通过Docker搭建了Jenkins服务,同时通过容器挂载了宿主机的/var/run/docker.soc […]

551
0

Docker 启动Elasticsearch报max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]异常解决

Docker 启动Elasticsearch报max virtual memory areas vm.max_ […]

35
0