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: 3 months ago
JSON representation
Unprivileged containers on Go
- Host: GitHub
- URL: https://github.com/LK4D4/unc
- Owner: LK4D4
- License: mit
- Created: 2015-07-16T00:08:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T20:41:56.000Z (almost 6 years ago)
- Last Synced: 2024-06-29T04:34:07.561Z (5 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 66
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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/)