mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-08 18:06:35 +00:00
74 lines
2.4 KiB
HTML
74 lines
2.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>Container Training</title>
|
|
<style type="text/css">
|
|
body {
|
|
background-image: url("images/containers-pattern.jpg");
|
|
}
|
|
* {
|
|
font-size: 24px;
|
|
font-family: sans-serif;
|
|
}
|
|
h1 {
|
|
display: block;
|
|
}
|
|
h1, table {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
h1, td, th {
|
|
padding: 0.5em;
|
|
background: #eee;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
td:nth-child(2) a::after {
|
|
content: "(slides)";
|
|
}
|
|
td:nth-child(3) a::after {
|
|
content: "(chat)";
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Container Training</h1>
|
|
<table>
|
|
<tr><th>Coming soon</th></tr>
|
|
<tr>
|
|
<td>QCON SF: Introduction to Docker and Containers</td>
|
|
</tr>
|
|
<tr>
|
|
<td>QCON SF: Orchestrating Microservices with Docker Swarm</td>
|
|
</tr>
|
|
<tr><th>Past workshops</th></tr>
|
|
<tr>
|
|
<td>LISA17 M7: Getting Started with Docker and Containers</td>
|
|
<td><a href="http://lisa17m7.container.training/">📚</a></td>
|
|
<td><a href="https://gitter.im/jpetazzo/workshop-20171030-sanfrancisco">💬</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>LISA17 T9: Build, Ship, and Run Microservices on a Docker Swarm Cluster</td>
|
|
<td><a href="http://lisa17t9.container.training/">📚</a></td>
|
|
<td><a href="https://gitter.im/jpetazzo/workshop-20171031-sanfrancisco">💬</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Deploying and scaling microservices with Docker and Kubernetes</td>
|
|
<td><a href="http://osseu17.container.training/">📚</a></td>
|
|
<td><a href="https://gitter.im/jpetazzo/workshop-20171026-prague">💬</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DockerCon Workshop: from Zero to Hero (full day, B3 M1-2)</td>
|
|
<td><a href="http://dc17eu.container.training/">📚</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>DockerCon Workshop: Orchestration for Advanced Users (afternoon, B4 M5-6)</td>
|
|
<td><a href="https://www.bretfisher.com/dockercon17eu/">📚</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Self-paced Workshop: Orchestrating Microservices with Docker and Swarm</td>
|
|
<td><a href="selfpaced.yml.html">📚</a></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |