Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/LK4D4/unc

Unprivileged containers on Go
https://github.com/LK4D4/unc

Last synced: 4 months ago
JSON representation

Unprivileged containers on Go

Lists

README

        

unc
===

Unprivileged containers on Go

This is part of a series of articles that you can find in my blog:

- [Part1: User and PID namespaces](http://lk4d4.darth.io/posts/unpriv1/)
- [Part2: UTS namespace (setup namespaces)](http://lk4d4.darth.io/posts/unpriv2/)
- [Part3: Mount namespace](http://lk4d4.darth.io/posts/unpriv3/)
- [Part4: Network namespace](http://lk4d4.darth.io/posts/unpriv4/)