containers-from-scratch/README.md

409 B

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