Skip to content

Commit aca249f

Browse files
authored
Update README.md
1 parent 42b2d7a commit aca249f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
1. [What is docker](#dockerIntroduction)
66
2. [why docker](#dockerIntroduction)
77
3. [How to install docker](#dockerIntroduction)
8-
4. [Docker architecture](#dockerIntroduction)
9-
2. [Docker File](#docker-file)
8+
4. [Docker architecture](#docker-architecture)
9+
2. [Docker File](#docker-file)
1010
1. [Introduction to docker file](#subparagraph1)
1111
2. [Docker file cheat sheet](#file-command)
1212
3. [Docker Image](#paragraph1)
1313
1. [Introduction to docker Image](#subparagraph1)
14-
2. [Image cheat sheet](#file-command)
14+
2. [Image cheat sheet](#image-cheat-sheet)
1515
4. [Docker container](#paragraph2)
1616
1. [Introduction to docker container](#subparagraph1)
17-
2. [Container cheat sheet](#file-command)
17+
2. [Container cheat sheet](#container-cheat-sheet)
1818
5. [Docker networking](#networking)
1919
1. [Introduction to docker networking](#subparagraph1)
2020
2. [Networking cheat sheet](#Networking-cheat-sheet)
2121
6. [Some miss conception about docker](#docker-misconception)
2222
7. [Best practices](#best-practices)
2323

24-
#introduction
24+
# Introduction
2525

2626
### Docker architecture
2727
It have five part: registry, image, container, daemon, and client.

0 commit comments

Comments
 (0)