mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 09:11:18 +00:00
Fix image paths
This commit is contained in:
@@ -62,7 +62,7 @@ chapters:
|
||||
|
||||
- This is our collective Docker knowledge:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Advanced Dockerfiles
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Ambassadors
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -40,7 +40,7 @@ ambassador containers.
|
||||
|
||||
---
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Background Containers
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Building Docker images with a Dockerfile
|
||||
|
||||

|
||||

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

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ Before diving in, let's see a small example of Compose in action.
|
||||
|
||||
## Compose in action
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -96,7 +96,7 @@ including linking the relevant containers together.
|
||||
|
||||
Verify that the app is running at `http://<yourHostIP>:8000`.
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Connecting Containers With Links
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# The Container Network Model
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -211,7 +211,7 @@ $ docker ps -l
|
||||
* If we connect to the application now, we will see an error page:
|
||||
|
||||
.small[
|
||||

|
||||

|
||||
]
|
||||
|
||||
* This is because the Redis service is not running.
|
||||
@@ -242,7 +242,7 @@ $ docker run --net dev --name redis -d redis
|
||||
* If we connect to the application now, we should see that the app is working correctly:
|
||||
|
||||
.small[
|
||||

|
||||

|
||||
]
|
||||
|
||||
* When the app tries to resolve `redis`, instead of getting a DNS error, it gets the IP address of our Redis container.
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Container Networking Basics
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -69,7 +69,7 @@ But first, let's make sure that everything works properly.
|
||||
Point your browser to the IP address of your Docker host, on the port
|
||||
shown by `docker ps` for container port 80.
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Copying files during the build
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ class: title
|
||||
|
||||
# Course Conclusion
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -29,4 +29,4 @@ class: title
|
||||
|
||||
Thank You!
|
||||
|
||||
.small[http://container.training/]
|
||||
.small[http://container.training/]
|
||||
|
||||
@@ -20,7 +20,7 @@ class: pic
|
||||
|
||||
## The VPS age (until 2007-2008)
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -36,7 +36,7 @@ class: pic
|
||||
|
||||
## The PAAS period (2008-2013)
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ class: pic
|
||||
|
||||
## The deployment problem
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -66,7 +66,7 @@ class: pic
|
||||
|
||||
## The matrix from hell
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -74,7 +74,7 @@ class: pic
|
||||
|
||||
## The parallel with the shipping indsutry
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -82,7 +82,7 @@ class: pic
|
||||
|
||||
## Intermodal shipping containers
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -90,7 +90,7 @@ class: pic
|
||||
|
||||
## A new shipping ecosystem
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -98,7 +98,7 @@ class: pic
|
||||
|
||||
## A shipping container system for applications
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -106,7 +106,7 @@ class: pic
|
||||
|
||||
## Eliminate the matrix from hell
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Our First Containers
|
||||
|
||||

|
||||

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

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -76,7 +76,7 @@ Let's give a couple of metaphors to illustrate those concepts.
|
||||
|
||||
Images are like templates or stencils that you can create containers from.
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ class: title
|
||||
# Install Docker
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Local Development Workflow with Docker
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -148,7 +148,7 @@ http://<yourHostIP>:80
|
||||
|
||||
We can see our company naming application.
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -184,7 +184,7 @@ http://<yourHostIP>:80
|
||||
|
||||
We can see the updated color of our company naming application.
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Naming and inspecting containers
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ class: title
|
||||
|
||||
# Our training environment
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ class: title
|
||||
|
||||
# Working with Volumes
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ chapters:
|
||||
|
||||
--
|
||||
|
||||

|
||||

|
||||
|
||||
--
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ chapters:
|
||||
|
||||
- This is our collective Docker knowledge:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user