mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
160 lines
5.1 KiB
HTML
160 lines
5.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>Container Training</title>
|
|
<style type="text/css">
|
|
body {
|
|
background-image: url("images/container-background.jpg");
|
|
max-width: 1024px;
|
|
margin: 0 auto;
|
|
}
|
|
table {
|
|
font-size: 20px;
|
|
font-family: sans-serif;
|
|
background: white;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 20px;
|
|
}
|
|
.header {
|
|
font-size: 300%;
|
|
font-weight: bold;
|
|
}
|
|
.title {
|
|
font-size: 150%;
|
|
font-weight: bold;
|
|
}
|
|
td {
|
|
padding: 1px;
|
|
height: 1em;
|
|
}
|
|
td.spacer {
|
|
height: unset;
|
|
}
|
|
td.footer {
|
|
padding-top: 80px;
|
|
height: 100px;
|
|
}
|
|
td.title {
|
|
border-bottom: thick solid black;
|
|
padding-bottom: 2px;
|
|
padding-top: 20px;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
background: yellow;
|
|
}
|
|
a.attend:after {
|
|
content: "📅 attend";
|
|
}
|
|
a.slides:after {
|
|
content: "📚 slides";
|
|
}
|
|
a.chat:after {
|
|
content: "💬 chat";
|
|
}
|
|
a.video:after {
|
|
content: "📺 video";
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="main">
|
|
<table>
|
|
<tr><td class="header" colspan="4">Container Training</td></tr>
|
|
|
|
<tr><td class="title" colspan="4">Coming soon at a conference near you</td></tr>
|
|
|
|
<!--
|
|
<td><a class="attend" href="https://qconsf.com/sf2017/workshop/orchestrating-microservices-docker-swarm" /></td>
|
|
-->
|
|
|
|
<tr>
|
|
<td>Nothing for now (stay tuned...)</td>
|
|
</tr>
|
|
|
|
<tr><td class="title" colspan="4">Past workshops</td></tr>
|
|
|
|
<tr>
|
|
<td>Kubernetes enablement at Docker</td>
|
|
<td><a class="slides" href="http://kube.container.training/" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>QCON SF: Orchestrating Microservices with Docker Swarm</td>
|
|
<td><a class="slides" href="http://qconsf2017swarm.container.training/" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>QCON SF: Introduction to Docker and Containers</td>
|
|
<td><a class="slides" href="http://qconsf2017intro.container.training/" /></td>
|
|
<td><a class="video" href="https://www.youtube.com/playlist?list=PLBAFXs0YjviLgqTum8MkspG_8VzGl6C07" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>LISA17 M7: Getting Started with Docker and Containers</td>
|
|
<td><a class="slides" href="http://lisa17m7.container.training/" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>LISA17 T9: Build, Ship, and Run Microservices on a Docker Swarm Cluster</td>
|
|
<td><a class="slides" href="http://lisa17t9.container.training/" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Deploying and scaling microservices with Docker and Kubernetes</td>
|
|
<td><a class="slides" href="http://osseu17.container.training/" /></td>
|
|
<td><a class="video" href="https://www.youtube.com/playlist?list=PLBAFXs0YjviLrsyydCzxWrIP_1-wkcSHS" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>DockerCon Workshop: from Zero to Hero (full day, B3 M1-2)</td>
|
|
<td><a class="slides" href="http://dc17eu.container.training/" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>DockerCon Workshop: Orchestration for Advanced Users (afternoon, B4 M5-6)</td>
|
|
<td><a class="slides" href="https://www.bretfisher.com/dockercon17eu/" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>LISA16 T1: Deploying and Scaling Applications with Docker Swarm</td>
|
|
<td><a class="slides" href="http://lisa16t1.container.training/" /></td>
|
|
<td><a class="video" href="https://www.youtube.com/playlist?list=PLBAFXs0YjviIDDhr8vIwCN1wkyNGXjbbc" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>PyCon2016: Introduction to Docker and containers</td>
|
|
<td><a class="slides" href="https://us.pycon.org/2016/site_media/media/tutorial_handouts/DockerSlides.pdf" /></td>
|
|
<td><a class="video" href="https://www.youtube.com/watch?v=ZVaRK10HBjo" /></td>
|
|
</tr>
|
|
|
|
<tr><td class="title" colspan="4">Self-paced tutorials</td></tr>
|
|
|
|
<tr>
|
|
<td>Introduction to Docker and Containers</td>
|
|
<td><a class="slides" href="intro-fullday.yml.html" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Container Orchestration with Docker and Swarm</td>
|
|
<td><a class="slides" href="swarm-selfpaced.yml.html" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Deploying and Scaling Microservices with Docker and Kubernetes</td>
|
|
<td><a class="slides" href="kube-halfday.yml.html" /></td>
|
|
</tr>
|
|
|
|
<tr><td class="spacer"></td></tr>
|
|
|
|
<tr>
|
|
<td class="footer">
|
|
Maintained by Jérôme Petazzoni (<a href="https://twitter.com/jpetazzo">@jpetazzo</a>)
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html> |