mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Fixing broken link
The link for "Understanding and Hardening Linux Containers" was broken, since the document was updated (v1.1 instead of v1.0)
This commit is contained in:
parent
a55230e6dd
commit
afede536ae
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ First things first: Docker runs as root. If you are in the `docker` group, you e
|
|||
|
||||
Docker should not be your only defense. You should secure and harden it.
|
||||
|
||||
For an understanding of what containers leave exposed, you should read is [Understanding and Hardening Linux Containers](https://www.nccgroup.trust/globalassets/our-research/us/whitepapers/2016/april/ncc_group_understanding_hardening_linux_containers-10pdf) by [Aaron Grattafiori](https://twitter.com/dyn___). This is a complete and comprehensive guide to the issues involved with containers, with a plethora of links and footnotes leading on to yet more useful content. The security tips following are useful if you've already hardened containers in the past, but are not a substitute for understanding.
|
||||
For an understanding of what containers leave exposed, you should read is [Understanding and Hardening Linux Containers](https://www.nccgroup.trust/globalassets/our-research/us/whitepapers/2016/april/ncc_group_understanding_hardening_linux_containers-1-1.pdf) by [Aaron Grattafiori](https://twitter.com/dyn___). This is a complete and comprehensive guide to the issues involved with containers, with a plethora of links and footnotes leading on to yet more useful content. The security tips following are useful if you've already hardened containers in the past, but are not a substitute for understanding.
|
||||
|
||||
### Security Tips
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue