Suggest additional link

I don't know if you're taking requests, but this is a detailed and accessible article (there's an accompanying presentation as well, same content) on how namespaces and containers work.  If so, here you go.  (Disclosure: Yes, I wrote it, but it's gotten very good traction at conferences in the past few years.)
This commit is contained in:
Larry Garfield 2020-10-12 07:35:01 -05:00 committed by GitHub
parent 9ec8512438
commit c69023bb12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ OCI hook to trace syscalls and generate a seccomp profile.
- [Secure Your Containers with this One Weird Trick](http://rhelblog.redhat.com/2016/10/17/secure-your-containers-with-this-one-weird-trick/)
* [Why you shouldn't use ENV variables for secret data](https://diogomonica.com/2017/03/27/why-you-shouldnt-use-env-variables-for-secret-data/)
* [When to use-Docker alternatives rkt and LXD](http://searchitoperations.techtarget.com/tip/When-to-use-Docker-alternatives-rkt-and-LXD)
* [The container is a lie](https://platform.sh/blog/2020/the-container-is-a-lie/)
### Levels of security problems