Fix trailing whitespace

This commit is contained in:
yeasy
2026-03-27 22:20:39 -07:00
parent 4f34defc43
commit 77575d69d6
30 changed files with 67 additions and 67 deletions

View File

@@ -165,7 +165,7 @@ CONTAINER ID IMAGE STATUS NAMES
```bash
$ docker attach myubuntu
root@243c32535da7:/#
root@243c32535da7:/#
## 按 Ctrl+P 然后 Ctrl+Q
@@ -197,7 +197,7 @@ flowchart LR
end
NewProc["新进程"] -- 附加到 --> E_PID50
end
subgraph Attach ["docker attach"]
direction TB
subgraph Container2 ["容器"]
@@ -205,7 +205,7 @@ flowchart LR
end
MainProc["附加到主进程"] --> A_PID1
end
note1["退出 bash 不影响 nginx"]
note2["退出 bash 容器停止"]
Container1 -.-> note1