Skip to content

Commit 06856be

Browse files
committed
refine pages
1 parent 84912be commit 06856be

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

session1/run.apache.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ nextpage: run.mysql
55

66
{% include nav.html %}
77

8+
Apache is a popular web server application.
9+
810
An [Apache docker image](https://hub.docker.com/_/httpd) is published on Docker Hub.
911

1012
The following command will start apache.

session1/run.mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ docker stop mydb
3939
```
4040

4141
## Run a different version of mysql
42-
[Available MySql Tags on GitHub](https://hub.docker.com/_/mysql?tab=tags&page=1&ordering=last_updated)
42+
[Available MySql Tags on DockerHub](https://hub.docker.com/_/mysql?tab=tags&page=1&ordering=last_updated)
4343

4444
Start MySql 5.7 using a tagged version of the MySql Image
4545
```

session1/simple.linux.commands.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ nextpage: run.apache
77

88
When a docker image is **run**, it becomes a **docker container**.
99

10-
Containers can be started, stopped, and deleted using the **docker** command.
10+
Docker containers can be *started*, *stopped*, *restarted*, and *removed*. In this exercise we will note what happens to a container during each of these phases.
11+
12+
Containers can be started, stopped, and removed using the **docker** command.
1113

1214
## Docker Command
1315
[docker command line reference](https://docs.docker.com/engine/reference/commandline/docker/)

0 commit comments

Comments
 (0)