Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qrichert/containers-from-scratch

Create a Docker container, from scratch.
https://github.com/qrichert/containers-from-scratch

Last synced: about 1 month ago
JSON representation

Create a Docker container, from scratch.

Awesome Lists containing this project

README

        

# Containers From Scratch

_Create a Docker container, from scratch._

## Interactive demo

```console
$ git switch demo/c
$ git slides start
$ ./dockus run [command]
```

For `git slides`, see
[qrichert/git-slides](https://github.com/qrichert/git-slides/).

## Sources

- [Building a container from scratch in Go - Liz Rice (Microscaling Systems)](https://www.youtube.com/watch?v=Utf-A4rODH8)
- [Containers From Scratch • Liz Rice • GOTO 2018](https://www.youtube.com/watch?v=8fi7uSYlOdc)
-