Skip to content

Commit 65645e4

Browse files
committed
refine slides
1 parent 06856be commit 65645e4

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

session1/run.java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nextpage: run.ruby
55

66
{% include nav.html %}
77

8-
In this exercise, we will write a java container that will insert data into the MySql container.
8+
In this exercise, we will create a java container that will insert data into a MySql container.
99

1010
## Create a Docker Network
1111
In order for the java container to find the mysql container they will both need to be run in the same docker network.

session2/combine.compose-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In the prior example, we had 2 components that ran as servers: MySql and the Rub
99

1010
The Java Data Load program is an initialization task.
1111

12-
Our stack would be more flexible if we were to break separate these into 2 different components.
12+
Our stack would be more flexible if we were separate these components into 2 different files.
1313

1414
## Component Files
1515

session2/migrate.stack.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ NETWORK ID NAME DRIVER SCOPE
5757
c52974406014 session2_mynet bridge local
5858
```
5959

60+
## Open a web page for the application
61+
62+
- [Sample Ruby App](http://localhost:4567)
63+
6064
## View Log Files
6165

6266
View a single log file

session3/container.registries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Note: Registries contain repositories.
2222
- docker login
2323
- log into a registry (dockerhub is the default)
2424
- docker pull
25-
- pull and image from a repository
25+
- pulls an image from a repository
2626
- login is required to pull from a private repository
2727
- docker push
28-
- push and image to a repository (login is required)
28+
- pushes an image to a repository (login is required)
2929

3030

3131

session3/vscode.and.docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ These panels provide an intuitive GUI for browsing your docker assets.
5050
- Select "default"
5151
- Enter `gem list` in the container terminal window
5252
- Enter `exit` to close the terminal session
53-
- Right Click the "myrbuy" container
53+
- Right Click the "myruby" container
5454
- Select "Attach Visual Studio Code"
5555
- A new window will open
5656
- Click the Explorer button in the new window

0 commit comments

Comments
 (0)