Add blank lines before headers

This commit is contained in:
yeasy
2026-03-21 12:57:51 -07:00
parent 0648f63979
commit 312f8fea42
76 changed files with 411 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ $ docker pull nginx:alpine
```bash
$ docker login
## 默认情况下,不带其它参数进行 docker login 会自动走 Device Code Web Flow (浏览器认证)
## 若在非交互 CI 环境中,推荐结合 --username 与 --password-stdin 参数使用
@@ -54,6 +55,7 @@ $ docker login
打标签并推送
```bash
## 1. 标记镜像
$ docker tag myapp:v1 username/myapp:v1