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

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

20
0

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

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

23
0

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

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

61
0

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

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

31
0

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

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

73
0

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

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

204
0

Jenkins使用Rancher Kubernetes集群部署项目

Rancher目前是企业级Kubernetes集群管理中比较好的工具,通过Rancher搭建好Kubernet […]

492
0

解决使用Jenkins构建Docker Image时,基础镜像从Registry拉取报Could not build image: pull access denied for xxxx, repository does not exist or may require ‘docker login’

最近在使用Jenkins打包构建Docker Image时,由于公司定义了自己的Base Image,我们构建 […]

89
0

Docker使用TLS加密开启远程TCP管理端口

由于需要使用Jenkins构建项目Docker镜像,安装好Jenkins Docker插件后需要远程连接管理D […]

98
0

CentOS下Docker开启远程TCP:2375访问

目前在CentOS7下开启docker的远程TCP:2375访问,百度了下好多都是在/etc/systemd/ […]

321
0