mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-22 00:32:49 +00:00
92 lines
2.0 KiB
YAML
92 lines
2.0 KiB
YAML
title: "LISA17 M7: Getting Started with Docker and Containers"
|
|
|
|
chat: "[Slack](https://usenix-lisa.slack.com/messages/C0E6N1NJW)"
|
|
|
|
chapters:
|
|
- |
|
|
class: title
|
|
|
|
.small[
|
|
|
|
LISA17 M7
|
|
|
|
Getting Started <br/> with Docker and Containers
|
|
|
|
.small[.small[
|
|
|
|
**Be kind to the WiFi!**
|
|
|
|
*Use the 5G network*
|
|
<br/>
|
|
*Don't use your hotspot*
|
|
<br/>
|
|
*Don't stream videos from YouTube, Netflix, etc.
|
|
<br/>(if you're bored, watch local content instead)*
|
|
|
|
<!--
|
|
Also: share the power outlets
|
|
<br/>
|
|
*(with limited power comes limited responsibility?)*
|
|
<br/>
|
|
*(or something?)*
|
|
-->
|
|
|
|
Thank you!
|
|
|
|
]
|
|
]
|
|
]
|
|
|
|
---
|
|
|
|
## Logistics
|
|
|
|
- Hello! We are
|
|
Jérôme ([@jpetazzo](https://twitter.com/jpetazzo), Docker Inc.)
|
|
&
|
|
AJ ([@s0ulshake](https://twitter.com/s0ulshake), Travis CI)
|
|
|
|
- The tutorial will run from 1:30pm to 5:00pm
|
|
|
|
- This will be fast-paced, but DON'T PANIC!
|
|
|
|
- There will be a coffee break at 3:00pm
|
|
<br/>
|
|
(please remind me if I forget about it!)
|
|
|
|
- All the content is publicly available
|
|
|
|
One URL to remember: http://container.training
|
|
|
|
- Feel free to interrupt for questions at any time
|
|
|
|
- Live feedback, questions, help on @@CHAT@@
|
|
|
|
- |
|
|
@@TOC@@
|
|
- - intro/Docker_Overview.md
|
|
#- intro/Docker_History.md
|
|
- intro/Training_Environment.md
|
|
- intro/Install_Docker.md
|
|
- intro/First_Containers.md
|
|
- intro/Background_Containers.md
|
|
- intro/Start_And_Attach.md
|
|
- - intro/Initial_Images.md
|
|
- intro/Building_Images_Interactively.md
|
|
- intro/Building_Images_With_Dockerfiles.md
|
|
- intro/Cmd_And_Entrypoint.md
|
|
- intro/Copying_Files_During_Build.md
|
|
- intro/Multi_Stage_Builds.md
|
|
- intro/Dockerfile_Tips.md
|
|
#- intro/Advanced_Dockerfiles.md
|
|
- intro/Docker_Hub_Tease.md
|
|
- - intro/Naming_And_Inspecting.md
|
|
- intro/Container_Networking_Basics.md
|
|
- intro/Container_Network_Model.md
|
|
#- intro/Connecting_Containers_With_Links.md
|
|
- intro/Ambassadors.md
|
|
- - intro/Local_Development_Workflow.md
|
|
- intro/Working_With_Volumes.md
|
|
- intro/Compose_For_Dev_Stacks.md
|
|
- intro/Course_Conclusion.md
|