Skip to content

Commit 84912be

Browse files
committed
refine
1 parent ed7e6be commit 84912be

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Using Docker Containters in existing tools and services (time permitting)
5454

5555
## Follow Up
5656

57-
If you have follow up questions, reach out to me on UCTech Slack: `@Terry Brady (UCOP-CDL)`
57+
If you have follow up questions, reach out to me on UCTech Slack: `@Terry Brady (UCOP-CDL)`.
5858

5959
---
6060
## Notes

session1/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ nextpage: search.dockerhub
55

66
{% include nav.html %}
77

8+
## What can I do with Docker?
9+
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*.
11+
12+
## Sample Docker Images to Get Started
13+
814
- [Finding a Docker Image](search.dockerhub.md)
915
- [Run Simple Linux Commands](simple.linux.commands.md)
1016
- [Run Apache in Docker](run.apache.md)

session1/search.dockerhub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nextpage: simple.linux.commands
66

77
Numerous **Docker images** have been created and published to make it possible to run applications with Docker.
88

9-
[DockerHub](https://hub.docker.com/) is registry of published images. DockerHub provides search interface to find Docker images.
9+
[DockerHub](https://hub.docker.com/) is registry of published images. DockerHub provides a search interface to find Docker images.
1010
- [Search for Tomcat](https://hub.docker.com/search?q=tomcat&type=image)
1111
- [Search for Apache](https://hub.docker.com/search?q=apache&type=image)
1212
- [Search for Ruby](https://hub.docker.com/search?q=ruby&type=image)

0 commit comments

Comments
 (0)