fix
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 16s

This commit is contained in:
2024-01-13 10:10:42 +01:00
parent f0151b5631
commit 4907d861a3

View File

@@ -1,113 +0,0 @@
<html>
<head>
<title>Container Training</title>
<link rel="stylesheet" href="index.css">
<meta charset="UTF-8">
</head>
<body>
<div class="main">
<table>
<tr><td class="header" colspan="3">Container Training</td></tr>
<tr><td class="details" colspan="3">Note: while some workshops are delivered in other languages, slides are always in English.</td></tr>
<tr><td class="title" colspan="3">Free Kubernetes intro course</td></tr>
<tr>
<td>Getting Started With Kubernetes and Container Orchestration</td>
<td><a class="slides" href="https://qconuk2019.container.training" /></td>
<td><a class="video" href="https://www.youtube.com/playlist?list=PLBAFXs0YjviJwCoxSUkUPhsSxDJzpZbJd" /></td>
</tr>
<tr>
<td class="details">This is a live recording of a 1-day workshop that took place at QCON London in March 2019.</td>
</tr>
<tr>
<td class="details">If you're interested, we can deliver that workshop (or longer courses) to your team or organization.</td>
</tr>
<tr>
<td class="details">Contact <a href="mailto:marco.verleun@i-share.nl">Marco Verleun/a> to make that happen!</td>
</tr>
<tr><td class="title" colspan="3">Past workshops</td></tr>
<tr>
<td>Finding CVEs with ease (Flash talk)</td>
<td><a class="slides" href="https://training.verleun.org/sbom-kcd-utrecht.yml.html#1" />
</td>
</tr>
<tr>
<td class="details">Delivered December 1st, 2023 at Kubernetes Community Day in Utrecht.</td>
</tr>
<tr>
<td>Kubernetes deployment techniques</td>
<td><a class="slides" href="https://training.verleun.org/intro-fd-k8s-deployments.yml.html#1" />
</td>
</tr>
<tr>
<td class="details">Delivered June 19th, 2023 at kubernetes workshop part 2 in Apeldoorn.</td>
</tr>
<tr>
<td>Kubernetes foundation</td>
<td><a class="slides" href="https://training.verleun.org/intro-fd-k8s.yml.html#1" />
</td>
</tr>
<tr>
<td class="details">Delivered June 12th, 2023 at kubernetes workshop part 1 in Apeldoorn.</td>
</tr>
<tr>
<td>Docker, focus on airgapped environments</td>
<td><a class="slides" href="https://training.verleun.org/intro-fd-docker.yml.html#1" />
</td>
</tr>
<tr>
<td class="details">Delivered June 8th, 2023 at docker workshop in Apeldoorn.</td>
</tr>
<tr>
<td>i share: Improving container security</td>
<td><a class="slides" href="./intro-container-security.yml.html#1" />
</td>
</tr>
<tr>
<td class="details">Delivered April 22nd, 2023 at T-DOSE 2023 in Geldrop.</td>
</tr>
<tr>
<td>Introduction to containers and orchestration</td>
<td><a class="slides" href="https://training.verleun.org/intro-triodos-1-day.yml.html#1" />
</td>
</tr>
<tr>
<td class="details">Delivered January 12th, 2023 at Triodos in Zeist.</td>
</tr>
<tr><td class="spacer"></td></tr>
<tr>
<td class="footer">
Maintained by Marco Verleun and <a href="https://github.com/jpetazzo/container.training/graphs/contributors">contributors</a>.
</td>
</tr>
</table>
</div>
</body>
</html>