随笔分类 -  运维 / docker

摘要:Error response from daemon: login attempt to https://registry.docker.io/v2/ failed with status: 503 Service Unavailable 重新登录一下 docker login registry-1 阅读全文
posted @ 2026-02-09 16:09 猝死的路上 阅读(21) 评论(0) 推荐(0)
摘要:1.提前安装好docker和docker-compose 2.在~目录下新建halo目录并进入 mkdir ~/halo && cd ~/halo 3.在halo目录新建 docker-compose.yml文件 vi docker-compose.yml 我这里使用的是外部的mysql,文件内容 阅读全文
posted @ 2023-12-22 03:20 猝死的路上 阅读(294) 评论(0) 推荐(0)
摘要:官方文档 https://docs.docker.com/engine/install/centos/ 1.查看centos系统版本,本篇文章是在 centos7 上安装docker,注意系统版本 cat /etc/redhat-release 回显 CentOS Linux release 7.9 阅读全文
posted @ 2023-12-22 03:06 猝死的路上 阅读(238) 评论(0) 推荐(0)