docker buildx http: server gave HTTP response to HTTPS client
摘要:参考:https://github.com/docker/buildx/issues/163 https://github.com/thegeeklab/drone-docker-buildx/issues/153 https://github.com/moby/buildkit/blob/mast
阅读全文
posted @
2023-07-17 21:05
文泽9527
阅读(773)
推荐(0) 编辑
基于docker 安装 nacos 并配置 认证
摘要:参考文档: 安装 nacos 报的错及解决:https://my.oschina.net/calfer/blog/5434508 https://nacos.io/zh-cn/docs/v2/guide/user/auth.html https://www.jb51.cc/notes/3282994
阅读全文
posted @
2023-05-23 22:41
文泽9527
阅读(732)
推荐(0) 编辑
基于alios(centos 7.2) 安装 docker
摘要:参考文档: https://help.aliyun.com/document_detail/51853.html?spm=a2c4g.264695.0.0.55c91e18zfwqrz#section-gtl-cjs-ls2 https://developer.aliyun.com/article/
阅读全文
posted @
2023-05-22 18:34
文泽9527
阅读(1072)
推荐(0) 编辑
基于docker 操作mysql5.7
摘要:1. 安装好 docker 2. 拉取 mysql5.7 镜像: docker pull mysql:5.7 其他版本 mysql:https://hub.docker.com/_/mysql?tab=tags 拉取镜像(docker pull mysql:5.7)并查看镜像列表(docker im
阅读全文
posted @
2020-05-25 12:44
文泽9527
阅读(783)
推荐(1) 编辑