Show HN: Security and Docker: tips and tricks
made2591.github.io
Show HN: Security and Docker: tips and tricks
1–10 of 10 posts
Re: Show HN: Security and Docker: tips and tricks
#2Re: Show HN: Security and Docker: tips and tricks
#3If you'll ever get to writing similar guide for Kubernetes, ping me and I'd be happy to make it a guest blog post at gravitational.com
Re: Show HN: Security and Docker: tips and tricks
#4Re: Show HN: Security and Docker: tips and tricks
#5Re: Show HN: Security and Docker: tips and tricks
#6Great stuff. Kudos for the content.
Re: Show HN: Security and Docker: tips and tricks
#7I enjoyed reading your blog post and the points you've mentioned are really important, for example suid bit is something that is not obvious at all. If you'll ever get to writing similar guide for Kubernetes, ping me and I'd be happy to make it a guest blog post at gravitational.com
Re: Show HN: Security and Docker: tips and tricks
#8Consider updating color schema, the gray code is unreadable on ipad
Re: Show HN: Security and Docker: tips and tricks
#9If you compare with LXD security on Docker is just sad...
Have fun hitting strange bugs: multi-stage builds break when you use user-namespaces: https://github.com/moby/moby/issues/34645
Using USER has some interesting side effects like no more access to /dev/stdout and /dev/stderr
Using apparmor profiles does not do what you think it would do (i.e. disallowing access outside of image-fs) it's rather a few rules to prevent access to certain /proc things.
But you can do this: https://docs.docker.com/engine/security/apparmor/