If you do trust Docker, what precautions would you take? Running without root is viable?
I'm aware of https://github.com/docker/docker-bench-security
1–10 of 23 posts
If you do trust Docker, what precautions would you take? Running without root is viable?
I'm aware of https://github.com/docker/docker-bench-security
Running as non-root is totally viable, but root still seems to be the norm. You might look into configuring docker daemon to not open ports externally.
That, and I don't particularly trust overlay filesystems.
What is your cause for concern?
you can add extra safety like: https://gvisor.dev/ "A container sandbox runtime focused on security, efficiency, and ease of use."
I think most people are ok running docker on their laptop / personal / work machines. Running as non-root is totally viable, but root still seems to be the norm. You might look into configuring docker daemon to not open ports externally.