Skip to content

Commit 4091f66

Browse files
committed
Introduction to docker Restructure
1 parent 0d9ed87 commit 4091f66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/introduction_to_docker.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Docker is a container management service. The keywords of Docker are develop, sh
2222
<br />
2323

2424
## Docker post-installation setup
25-
Do the optional precodure configuration to work better with Docker.
25+
Do the optional procedure configuration to work better with Docker.
2626

2727
### Run Docker as non-root user
2828
To create the docker group and add your user:
@@ -81,15 +81,15 @@ To list all the images that is locallt available in the host machine, simply run
8181
Command:
8282
```
8383
docker images
84-
Example:
8584
```
85+
```
86+
Example:
8687
REPOSITORY TAG IMAGE ID CREATED SIZE
8788
alpine latest c059bfaa849c 6 weeks ago 5.59MB
8889
```
89-
docker images
90-
```
90+
<br>
9191

92-
### 3. Run docker image
92+
### 4. Run docker image
9393
The docker run command first creates a writeable container layer over the specified image, and then starts it using the specified command.
9494
<br>
9595
Command:

0 commit comments

Comments
 (0)