Skip to content

Using cgroups and namespaces ("containers") to perform actions that might go the wrong way.

Notifications You must be signed in to change notification settings

prayerslayer/boom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boom

Using cgroups and namespaces ("containers") to perform actions that might go the wrong way. E.g. reading user-submitted data.

Instructions

(fish)

docker build -t boom .
docker run --rm -it -v (pwd):/foo -v /var/run/docker.sock:/var/run/docker.sock boom python3 /foo/run.py`

About

Using cgroups and namespaces ("containers") to perform actions that might go the wrong way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages