mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-29 21:25:28 +00:00
Fix trailing whitespace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user