Skip to content

dinocodesx/containers-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Containers from scratch

Check out the source video where they discuss how to design a container and how to implement it from ground.

Play along by downloading the code (will only work on Unix/Linux system):

git clone https://github.com/debarshee2004/containers-from-scratch.git
cd containers-from-scratch

Running the application:

go build main.go
# Run a bash shell in the container
./container run /bin/bash

# Run a specific command
./container run /bin/sh -c 'echo Hello from container'

# Show help
./container help

About

Build a container from scratch using go

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages