Live data from Hacker News

Understanding Docker Security and Best Practices

blog.docker.com

1–10 of 20 posts

Re: Understanding Docker Security and Best Practices

#5
post #3

Why do I need to take any action to securely deply Docker containers? Why aren't they secure by default. What I should need to study is how to run them insecurely, should I have that need. Secure should be the default mode.

Security is not one size fits all, especially when a container can contain conceivably anything.

Re: Understanding Docker Security and Best Practices

#6
post #3

Why do I need to take any action to securely deply Docker containers? Why aren't they secure by default. What I should need to study is how to run them insecurely, should I have that need. Secure should be the default mode.

This would be really great if security was a binary switch, but it's not. The most secure way for them to write Docker would be if, when started, it ran `shutdown -h now`. In the real world, designers of systems and software are required to make security decisions and determine the best course for providing security and usability.

I don't agree with several decisions that the Docker team has made, but to so grossly oversimplify the matter at hand is unhelpful.

Re: Understanding Docker Security and Best Practices

#8
post #2

Them registration links :(

I would normally not comment to say "seriously, :/", but this time I feel it is warranted so that people can see how much of an inconvenience this is. As a security sensitive person, I don't much feel like putting a load of information into a form and agree to some random terms I'm not going to read. Yuck.

Re: Understanding Docker Security and Best Practices

#10
post #7
post #2

Them registration links :(

I'm with you. See a link to a white paper on Docker security. Oh boy! Click on link. See registration form. Bummer.

I just downloaded the whitepaper without registering.

Maybe they stopped requiring it?

Discouraging people from following security best practice would be counter-productive.

Post reply on HN