Skip to content

What security concerns should I have with Docker? How should I go about locking it down? #150

Answered by BretFisher
BretFisher asked this question in Q&A
Discussion options

You must be logged in to vote

Security recommendations for Docker on Linux servers, in order of priority.

First, research and learn

  1. Watch my DockerCon session on production Docker concerns. This gives you a good baseline of production things before you dive into specific security concerns.
  2. Read the Docker security guide.
  3. Read some blog posts on security tools and topics. These skims a lot of things I list here: https://blog.sqreen.io/docker-security/ and https://sysdig.com/blog/20-docker-security-tools/

Then consider each of these a project to implement. Easier ones at top:

Note: I've marked each as something you do to the host config or something done in the Dockerfile for the container app itself. This is useful i…

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@BretFisher
Comment options

BretFisher Jul 19, 2022
Maintainer Author

Answer selected by BretFisher
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

BretFisher
Nov 6, 2019
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

BretFisher
Feb 3, 2020
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #17 on August 19, 2021 16:05.