Files

17 lines
563 B
JavaScript
Raw Permalink Normal View History

document.write(`
<section>
<h2>Docker: Alles in einer Box</h2>
<div class="code">$ docker run nextcloud</div>
<p><strong>Nextcloud läuft.</strong> Überall gleich. Keine Dependency-Hölle.</p>
<p style="margin-top: 1em;">Das Beste: Funktioniert auf Linux, Windows, Mac</p>
<aside class="notes">
2026-08-15 17:57:47 +02:00
- Containerisierung
- unabhängigkeit von Beriebsystem und anderer Software
- fertige Softwarepakete
- einfach zu benutzen
- Ok zu verstehen, aber auch lange nicht notwendig.
- learning by doing
</aside>
</section>
`);