Fix README navigation

This commit is contained in:
yeasy
2026-03-24 21:11:28 -07:00
parent 20e08b420e
commit 4f22d87afc
3 changed files with 20 additions and 10 deletions

View File

@@ -2,7 +2,9 @@
如图 8-1 所示Docker 数据管理主要围绕三类挂载方式展开 如图 8-1 所示Docker 数据管理主要围绕三类挂载方式展开
![Docker 数据挂载类型](./_images/types-of-mounts.png) <p align="center">
<img src="./_images/types-of-mounts.png" alt="Docker 数据挂载类型">
</p>
8-1Docker 数据挂载类型示意图 8-1Docker 数据挂载类型示意图

View File

@@ -108,7 +108,7 @@ Docker 的存储驱动经历了从早期各式各样的机制(如 aufs, device
#### 查看当前存储驱动与后端 #### 查看当前存储驱动与后端
```bash ```bash
## 查看默认存储驱动 (Storage Driver) ## 查看默认存储驱动
$ docker info | grep "Storage Driver" $ docker info | grep "Storage Driver"
Storage Driver: overlay2 Storage Driver: overlay2

View File

@@ -1,4 +1,4 @@
# 前言 # Docker 从入门到实践
[![](https://img.shields.io/github/stars/yeasy/docker_practice.svg?style=social&label=Stars)](https://github.com/yeasy/docker_practice) [![图](https://img.shields.io/github/release/yeasy/docker_practice/all.svg)](https://github.com/yeasy/docker_practice/releases) [![图](https://img.shields.io/badge/Based-Docker%20Engine%20v29.x-blue.svg)](https://docs.docker.com/engine/release-notes/) [![图](https://img.shields.io/badge/Docker%20%E6%8A%80%E6%9C%AF%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98-jd.com-red.svg)][1] [![](https://img.shields.io/github/stars/yeasy/docker_practice.svg?style=social&label=Stars)](https://github.com/yeasy/docker_practice) [![图](https://img.shields.io/github/release/yeasy/docker_practice/all.svg)](https://github.com/yeasy/docker_practice/releases) [![图](https://img.shields.io/badge/Based-Docker%20Engine%20v29.x-blue.svg)](https://docs.docker.com/engine/release-notes/) [![图](https://img.shields.io/badge/Docker%20%E6%8A%80%E6%9C%AF%E5%85%A5%E9%97%A8%E4%B8%8E%E5%AE%9E%E6%88%98-jd.com-red.svg)][1]
@@ -21,17 +21,17 @@
5分钟运行第一个容器跟随以下步骤快速体验 Docker 5分钟运行第一个容器跟随以下步骤快速体验 Docker
1. **安装 Docker**1根据操作系统完成 Docker 的安装与验证 1. **安装 Docker**3根据操作系统完成 Docker 的安装与验证
2. **第一个容器**执行 `docker run hello-world`体验最简单的容器运行 2. **第一个容器**第1章 `1.1`快速体验构建镜像与启动容器的完整流程
3. **交互式容器**执行 `docker run -it ubuntu bash`进入容器内部与系统交互 3. **交互式容器**第5章执行 `docker run -it ubuntu bash`进入容器内部与系统交互
4. **镜像与仓库**第2章理解镜像的概念查找镜像拉取和使用官方镜像 4. **镜像与仓库**第2章第4章第6章理解核心概念并学会拉取使用与管理镜像和仓库
5. **自定义镜像**第7章学习如何编写 Dockerfile 创建自己的镜像 5. **自定义镜像**第7章学习如何编写 Dockerfile 创建自己的镜像
## 学习路线图 ## 学习路线图
```mermaid ```mermaid
graph LR graph LR
Start[Docker 学习入口] --> Ch1[第1章基础安装] Start[Docker 学习入口] --> Ch1[第1章Docker 简介]
Ch1 --> Role1["运维新手<br/>第1-4章"] Ch1 --> Role1["运维新手<br/>第1-4章"]
Ch1 --> Role2["开发者<br/>第1-3章 → 第5-8章"] Ch1 --> Role2["开发者<br/>第1-3章 → 第5-8章"]
@@ -104,7 +104,11 @@ docker run -it --rm -p 4000:80 ccr.ccs.tencentyun.com/dockerpracticesig/docker_p
## 进阶学习 ## 进阶学习
[![](https://github.com/yeasy/docker_practice/raw/master/_images/docker_primer4.jpg)][1] <p align="center">
<a href="https://item.jd.com/10200902362001.html">
<img src="https://github.com/yeasy/docker_practice/raw/master/_images/docker_primer4.jpg" alt="图">
</a>
</p>
[Docker 技术入门与实战][1]已更新到第 4 讲解最新容器技术栈知识欢迎大家阅读并反馈建议 [Docker 技术入门与实战][1]已更新到第 4 讲解最新容器技术栈知识欢迎大家阅读并反馈建议
@@ -130,6 +134,10 @@ docker run -it --rm -p 4000:80 ccr.ccs.tencentyun.com/dockerpracticesig/docker_p
## Star History ## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=yeasy/docker_practice&type=Date)](https://star-history.com/#yeasy/docker_practice&Date) <p align="center">
<a href="https://star-history.com/#yeasy/docker_practice&Date">
<img src="https://api.star-history.com/svg?repos=yeasy/docker_practice&type=Date" alt="Star History Chart">
</a>
</p>
[1]: https://item.jd.com/10200902362001.html [1]: https://item.jd.com/10200902362001.html