8000 Update Security.md with new topics, examples & description by singhal-amit · Pull Request #59 · aerabi/hackdockerfest · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update Security.md with new topics, examples & description #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Update Security.md with new topics, examples & description #59

merged 1 commit into from
Oct 17, 2024

Conversation

singhal-amit
Copy link
Contributor

As per the assignment for issue #1, I have added the following topics to the 2021/Security.md file to enhance Docker security best practices:

  1. Restrict Container Capabilities: Use --cap-drop and --cap-add to minimize container privileges.
  2. Use Read-Only Filesystem: Enforce a read-only filesystem with the --read-only flag to prevent unauthorized modifications.
  3. Limit Resource Consumption: Set CPU and memory limits to avoid excessive resource usage by containers.
  4. Network Security: Isolate containers using user-defined networks for improved network segmentation.
  5. Keep Docker Updated: Regularly update Docker to the latest version to ensure access to security patches and features.

These additions aim to strengthen the existing security recommendations.

Added following topics in the file -
- Restrict Container Capabilities
- Use Read-Only Filesystem
- Limit Resource Consumption
- Network Security
- Keep Docker Updated
Copy link
Owner
@aerabi aerabi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great content, thanks! 🚀

@aerabi aerabi merged commit 701a49e into aerabi:master Oct 17, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0