🔥 Prepare deck for reblaze

This commit is contained in:
Jérôme Petazzoni
2021-06-10 07:55:16 +02:00
parent ee7bd37f83
commit b7397c5e2f
4 changed files with 92 additions and 91 deletions

View File

@@ -2,6 +2,7 @@
#/ /kube-halfday.yml.html 200!
#/ /kube-fullday.yml.html 200!
#/ /kube-twodays.yml.html 200!
/ /reblaze.yml.html 200!
# And this allows to do "git clone https://container.training".
/info/refs service=git-upload-pack https://github.com/jpetazzo/container.training/info/refs?service=git-upload-pack

View File

@@ -7,35 +7,17 @@ class: title
---
## Our training environment
## Installing Docker
- If you are attending a tutorial or workshop:
- For the hands on parts, we'll need Docker installed
- a VM has been provisioned for each student
- On Mac or Windows: the easiest solution is Docker Desktop
- If you are doing or re-doing this course on your own, you can:
(it's free; with upsells for extra features)
- install Docker locally (as explained in the chapter "Installing Docker")
- On Linux: the easiest solution is Docker CE
- install Docker on e.g. a cloud VM
- use https://www.play-with-docker.com/ to instantly get a training environment
---
## Our Docker VM
*This section assumes that you are following this course as part of
a tutorial, training or workshop, where each student is given an
individual Docker VM.*
- The VM is created just before the training.
- It will stay up during the whole training.
- It will be destroyed shortly after the training.
- It comes pre-loaded with Docker and some other useful tools.
(Community Edition; a set of open source packages)
---
@@ -55,46 +37,6 @@ individual Docker VM.*
---
## Why don't we run Docker locally?
- We are going to download container images and distribution packages.
- This could put a bit of stress on the local WiFi and slow us down.
- Instead, we use a remote VM that has a good connectivity
- In some rare cases, installing Docker locally is challenging:
- no administrator/root access (computer managed by strict corp IT)
- 32-bit CPU or OS
- old OS version (e.g. CentOS 6, OSX pre-Yosemite, Windows 7)
- It's better to spend time learning containers than fiddling with the installer!
---
## Connecting to your Virtual Machine
You need an SSH client.
* On OS X, Linux, and other UNIX systems, just use `ssh`:
```bash
$ ssh <login>@<ip-address>
```
* On Windows, if you don't have an SSH client, you can download:
* Putty (www.putty.org)
* Git BASH (https://git-for-windows.github.io/)
* MobaXterm (https://mobaxterm.mobatek.net/)
---
class: in-person
## `tailhist`
@@ -113,9 +55,9 @@ If it turns red, reloading the page should fix it.
---
## Checking your Virtual Machine
## Checking our Docker install
Once logged in, make sure that you can run a basic Docker command:
Let's make sure that we can run a basic Docker command:
.small[
```bash
@@ -142,8 +84,6 @@ Server:
```
]
If this doesn't work, raise your hand so that an instructor can assist you!
???
:EN:Container concepts

View File

@@ -1,30 +1,10 @@
## Intros
- This slide should be customized by the tutorial instructor(s).
- Hello! I'm Jérôme Petazzoni ([@jpetazzo](https://twitter.com/jpetazzo))
- Hello! We are:
- The training will run from 10h00 to 16h00 (Israel time)
- 👩🏻‍🏫 Ann O'Nymous ([@...](https://twitter.com/...), Megacorp Inc)
- 👨🏾‍🎓 Stu Dent ([@...](https://twitter.com/...), University of Wakanda)
<!-- .dummy[
- 👷🏻‍♀️ AJ ([@s0ulshake](https://twitter.com/s0ulshake), Travis CI)
- 🚁 Alexandre ([@alexbuisine](https://twitter.com/alexbuisine), Enix SAS)
- 🐳 Jérôme ([@jpetazzo](https://twitter.com/jpetazzo), Enix SAS)
- ⛵ Jérémy ([@jeremygarrouste](twitter.com/jeremygarrouste), Inpiwee)
- 🎧 Romain ([@rdegez](https://twitter.com/rdegez), Enix SAS)
] -->
- The workshop will run from ...
- There will be a lunch break at ...
- There will be a lunch break between 13h00 and 14h00
(And coffee breaks!)

80
slides/reblaze.yml Normal file
View File

@@ -0,0 +1,80 @@
title: |
Docker,
Containers,
& Kubernetes
#chat: "[Slack](https://dockercommunity.slack.com/messages/C7GKACWDV)"
#chat: "[Gitter](https://gitter.im/jpetazzo/workshop-yyyymmdd-city)"
gitrepo: github.com/jpetazzo/container.training
slides: https://2021-06-reblaze.container.training/
#slidenumberprefix: "#SomeHashTag &mdash; "
exclude:
- self-paced
content:
- shared/title.md
- logistics.md
- containers/intro.md
- shared/about-slides.md
- shared/chat-room-im.md
#- shared/chat-room-slack.md
#- shared/chat-room-zoom-meeting.md
#- shared/chat-room-zoom-webinar.md
- shared/toc.md
- # DAY 1
- containers/Training_Environment.md
- containers/First_Containers.md
- containers/Background_Containers.md
- containers/Naming_And_Inspecting.md
- containers/Getting_Inside.md
- containers/Initial_Images.md
- containers/Building_Images_Interactively.md
- containers/Building_Images_With_Dockerfiles.md
- containers/Cmd_And_Entrypoint.md
- containers/Copying_Files_During_Build.md
- containers/Exercise_Dockerfile_Basic.md
- # DAY 2
- containers/Container_Networking_Basics.md
- containers/Container_Network_Model.md
- containers/Local_Development_Workflow.md
- containers/Network_Drivers.md
- containers/Compose_For_Dev_Stacks.md
- containers/Exercise_Composefile.md
- containers/Multi_Stage_Builds.md
#- containers/Publishing_To_Docker_Hub.md
- containers/Dockerfile_Tips.md
- containers/Exercise_Dockerfile_Advanced.md
#- containers/Advanced_Dockerfiles.md
#- shared/webssh.md
- # DAY 3
- shared/prereqs.md
- shared/connecting.md
- shared/sampleapp.md
#- k8s/versions-k8s.md
#- shared/composescale.md
#- shared/hastyconclusions.md
- shared/composedown.md
- k8s/concepts-k8s.md
- k8s/kubectlget.md
- k8s/kubectl-run.md
- k8s/labels-annotations.md
- k8s/kubectl-logs.md
- k8s/logs-cli.md
- shared/declarative.md
- k8s/declarative.md
- k8s/deploymentslideshow.md
- k8s/kubenet.md
- k8s/kubectlexpose.md
- k8s/shippingimages.md
- k8s/buildshiprun-dockerhub.md
- k8s/ourapponkube.md
- k8s/exercise-wordsmith.md
#- k8s/namespaces.md
#- k8s/yamldeploy.md
#- k8s/kubectlscale.md
#- k8s/scalingdockercoins.md
#- shared/hastyconclusions.md