mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 04:14:38 +00:00
Fix space with bold markdown
This commit is contained in:
@@ -14,7 +14,7 @@ docker pull [选项] [Registry地址/]仓库名[:标签]
|
||||
|
||||
Docker 镜像名称由 Registry 地址、用户名、仓库名和标签组成。其标准格式如下:
|
||||
|
||||
```
|
||||
```bash
|
||||
docker.io / library / ubuntu : 24.04
|
||||
────┬──── ───┬─── ──┬─── ──┬──
|
||||
│ │ │ │
|
||||
@@ -91,7 +91,7 @@ docker.io/library/ubuntu:24.04
|
||||
|
||||
#### 分层下载
|
||||
|
||||
从输出可以看到,镜像是**分层下载**的:
|
||||
从输出可以看到,镜像是 **分层下载** 的:
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
|
||||
Reference in New Issue
Block a user