Skip to content

Commit 7e826ad

Browse files
committed
fix typos
1 parent 65645e4 commit 7e826ad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

session1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nextpage: search.dockerhub
77

88
## What can I do with Docker?
99

10-
Docker allows you to run many different applications, operating system shells, and programming language environments from your computure. This is done by locating a *Docker Image* of interest to you and running that image as a *Docker Container*.
10+
Docker allows you to run many different applications, operating system shells, and programming language environments from your computer. This is done by locating a *Docker Image* of interest to you and running that image as a *Docker Container*.
1111

1212
## Sample Docker Images to Get Started
1313

session2/project.configurations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Creating rubyserver ... done
2727
Import the simpsons.csv file
2828
```
2929
docker-compose -p simpsons \
30-
-f examples/session2/servers.yml \
30+
-f examples/session2/servers-with-volume.yml \
3131
-f examples/session2/loader.yml \
3232
run data-load simpsons.csv
3333
```
@@ -68,7 +68,7 @@ Creating rubyserver ... done
6868
Import the flanders.csv file
6969
```
7070
docker-compose -p flanders \
71-
-f examples/session2/servers.yml \
71+
-f examples/session2/servers-with-volume.yml \
7272
-f examples/session2/loader.yml \
7373
run data-load flanders.csv
7474
```

0 commit comments

Comments
 (0)