logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

docker| Error response from daemon: Get https://index.docker.io/v1/search?q=win7&n=25: net/http: TLS

Docker镜像报错:Error response from daemon: Get https://index.docker.io/v1/search?q=win7&n=25: net/http: TLS handshake timeout解决方案:1.打开终端,su root 输入密码2.打开 vim /etc/docker/daemon.json(若没有自行创建)3.写入:{"reg

#java#docker#linux +2
什么是云原生架构?一文扫盲!

云原生包含了一组应用的模式,用于帮助企业快速,持续,可靠,规模化地交付业务软件。云原生由微服务架构,DevOps 和以容器为代表的敏捷基础架构组成。

#分布式#kubernetes#docker +2
centos7 | All matches were filtered out by modular filtering for argument: mysql-community-server

问题场景:在尝试使用docker安装自定义centos环境时,使用dockfile文件创建镜像容器,在centos7镜像中使用yum安装mysql5.7。在安装过程中报错:All matches were filtered out by modular filtering for argument: mysql-community-server随后通过查看信息,并且在网上查阅资料最终解决问题。解决

#centos#docker#mysql
IDEA| java.lang.IllegalStateException: Failed to introspect Class [org.springframework.cloud.context

问题:java.lang.IllegalStateException: Failed to introspect Class [org.springframework.cloud.context.properties.ConfigurationPropertiesBeans] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]场

#spring#spring boot#java
到底了