Skip to content

Commit

Permalink
+ add references to sysbox in docker slides
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Jul 27, 2022
1 parent 545bafa commit cabbcf1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
14 changes: 14 additions & 0 deletions topics/docker/slides/additional.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ networks:
Alternativen zu Docker
----------------------

\colBegin{0.5}

*[rkt]*

* Ausgesprochen: Rocket
Expand All @@ -108,7 +110,19 @@ Alternativen zu Docker
* Benötigt *keinen Daemon*
* *1-zu-1 Ersatz* für Docker: `alias docker=podman`

\colNext{0.05}
\colNext{0.5}

*[sysbox]*

* alternative `runc` implementation
* Rootless Container
* bessere Isolierung
* kann systemd, docker, etc. in Container laufen lassen

*systemd-nspawn*

* eher als Entwickler-Tool für Linux-Entwickler gedacht
* kann komplettes OS (inkl. systemd und vollem rootfs) laufen lassen

\colEnd
1 change: 1 addition & 0 deletions topics/docker/slides/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Standartisierte Schnittstellen
* `runtime-spec`
* Implementiert durch:
* `runc`
* alternative `runc` implementation: [sysbox]
* Diese Definitionen sind Teil der *Cloud Native Computing Foundation (CNCF)*

Siehe: [container_wording]
Expand Down
6 changes: 4 additions & 2 deletions topics/docker/slides/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ Docker

[rkt]: https://github.com/rkt/rkt/
[podman]: https://podman.io/
[sysbox]: https://github.com/nestybox/sysbox

* [rkt]
* [podman]
* [rkt] (veraltet)
* [podman] (weniger Altlasten als Docker)
* [sysbox] (bessere Isolation)

\colEnd

0 comments on commit cabbcf1

Please sign in to comment.