Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/qrichert/containers-from-scratch
- Owner: qrichert
- Created: 2024-07-27T19:29:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T10:54:15.000Z (4 months ago)
- Last Synced: 2024-09-14T21:05:43.970Z (4 months ago)
- Language: C
- Homepage:
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
-