Fix title capitalization

This commit is contained in:
Jérôme Petazzoni
2017-11-08 13:39:34 -08:00
parent f7f0ecddd4
commit 5d9bdc303c
12 changed files with 16 additions and 17 deletions

View File

@@ -1,9 +1,9 @@
class: title
# Background Containers
# Background containers
![Background Containers](images/title-background-containers.jpg)
![Background containers](images/title-background-containers.jpg)
---

View File

@@ -1,4 +1,4 @@
# Building Images Interactively
# Building images interactively
In this section, we will create our first container image.

View File

@@ -3,7 +3,7 @@ class: title
# Building Docker images with a Dockerfile
![construction](images/title-building-docker-images-with-a-dockerfile.jpg)
![Construction site with containers](images/title-building-docker-images-with-a-dockerfile.jpg)
---

View File

@@ -1,7 +1,7 @@
class: title
# CMD and ENTRYPOINT
# `CMD` and `ENTRYPOINT`
![Container entry doors](images/entrypoint.jpg)

View File

@@ -1,5 +1,4 @@
# Compose For Development Stacks
# Compose for development stacks
Dockerfiles are great to build container images.

View File

@@ -1,7 +1,7 @@
class: title
# Connecting Containers With Links
# Connecting containers with links
![graph](images/title-connecting-containers-with-links.gif)

View File

@@ -1,7 +1,7 @@
class: title
# Container Networking Basics
# Container networking basics
![A dense graph network](images/title-container-networking-basics.jpg)

View File

@@ -1,9 +1,9 @@
class: title
# Our First Containers
# Our first containers
![Plastic Containers](images/title-our-first-containers.jpg)
![Colorful plastic tubs](images/title-our-first-containers.jpg)
---

View File

@@ -1,7 +1,7 @@
class: title
# Understanding Docker Images
# Understanding Docker images
![image](images/title-understanding-docker-images.png)

View File

@@ -1,9 +1,9 @@
class: title
# Local Development Workflow with Docker
# Local development workflow with Docker
![construction](images/title-local-development-workflow-with-docker.jpg)
![Construction site](images/title-local-development-workflow-with-docker.jpg)
---

View File

@@ -1,4 +1,4 @@
# Container Network Drivers
# Container network drivers
The Docker Engine supports many different network drivers.

View File

@@ -1,7 +1,7 @@
class: title
# Working with Volumes
# Working with volumes
![volume](images/title-working-with-volumes.jpg)
@@ -19,7 +19,7 @@ At the end of this section, you will be able to:
---
## Working with Volumes
## Working with volumes
Docker volumes can be used to achieve many things, including: