mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-26 16:21:21 +00:00
Fix title capitalization
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
class: title
|
||||
|
||||
# Background Containers
|
||||
# Background containers
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Building Images Interactively
|
||||
# Building images interactively
|
||||
|
||||
In this section, we will create our first container image.
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Building Docker images with a Dockerfile
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
class: title
|
||||
|
||||
# CMD and ENTRYPOINT
|
||||
# `CMD` and `ENTRYPOINT`
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
|
||||
# Compose For Development Stacks
|
||||
# Compose for development stacks
|
||||
|
||||
Dockerfiles are great to build container images.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
class: title
|
||||
|
||||
# Connecting Containers With Links
|
||||
# Connecting containers with links
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
class: title
|
||||
|
||||
# Container Networking Basics
|
||||
# Container networking basics
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
|
||||
class: title
|
||||
|
||||
# Our First Containers
|
||||
# Our first containers
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
class: title
|
||||
|
||||
# Understanding Docker Images
|
||||
# Understanding Docker images
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
|
||||
class: title
|
||||
|
||||
# Local Development Workflow with Docker
|
||||
# Local development workflow with Docker
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Container Network Drivers
|
||||
# Container network drivers
|
||||
|
||||
The Docker Engine supports many different network drivers.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
class: title
|
||||
|
||||
# Working with Volumes
|
||||
# Working with volumes
|
||||
|
||||

|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user