Skip to content

hampusek/containers-in-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

From Liz Rice talk at GOTO 2018.

Running the container

go run main.go run /bin/bash

require root privileges to run.

Getting the "base image"

docker run -d --rm --name ubuntufs ubuntu:20.04 sleep 1000
docker export ubuntufs -o ubuntufs.tar
docker stop ubuntufs
mkdir -p "$HOME"/ubuntufs
tar xf ubuntufs.tar -C "$HOME"/ubuntufs/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages