Go to file
2023-12-30 06:12:15 +00:00
.gitignore Add first draft 2023-12-30 06:12:15 +00:00
go.mod Add first draft 2023-12-30 06:12:15 +00:00
main.go Add first draft 2023-12-30 06:12:15 +00:00
README.md Add first draft 2023-12-30 06:12:15 +00:00

containers-from-scratch

This repository contains my re-implementation of Containers From Scratch • Liz Rice • GOTO 2018.

Setup

One time setup:

docker run --rm -it ubuntu bash

# Copy contents of the container:
docker cp 9405abfa4a78:/ container-root

Then, just run the Go program as root:

sudo go run main.go run bash