Skip to content

mario21ic/go-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-container

Getting Filesystem:

sudo mkdir /rootfs
cd /rootfs
docker pull ubuntu:18.04
docker save -o ubuntu.tar ubuntu:18.04
ls -la ubuntu.tar
sudo tar -xvf ubuntu.tar
sudo tar -xvf */layer.tar

Container from scratch with golang

# go run main.go run /bin/bash
# cat /etc/*release
# ps aux 

Steps from https://medium.com/adg-vit/creating-your-own-docker-with-go-9a9e978c3918

About

Container from scratch with golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages