added Docker links

This commit is contained in:
Philippe Lagadec 2019-05-14 11:47:56 +02:00 committed by GitHub
parent 7e1768ef72
commit 363916cfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ This is work in progress: please contribute by forking, editing and sending pull
- [Switches](#switches)
- [Routers](#routers)
- [Virtualization - VMware](#virtualization---vmware)
- [Containers - Docker](#containers---docker)
- [Services](#services)
- [SSH](#ssh)
- [TLS/SSL](#tlsssl)
@ -45,6 +46,7 @@ This is work in progress: please contribute by forking, editing and sending pull
- [GNU/Linux](#gnulinux-1)
- [Network Devices](#network-devices-1)
- [TLS/SSL](#tlsssl-1)
- [Docker](#docker)
- [Tools to apply security hardening](#tools-to-apply-security-hardening)
- [GNU/Linux](#gnulinux-2)
- [Windows](#windows-1)
@ -52,7 +54,6 @@ This is work in progress: please contribute by forking, editing and sending pull
- [Other Awesome Lists](#other-awesome-lists)
- [Other Awesome Security Lists](#other-awesome-security-lists)
------
# Security Hardening Guides and Best Practices
@ -123,6 +124,11 @@ See also [Active Directory](#active-directory) and [ADFS](#adfs) below.
- [VMware Security Hardening Guides](https://www.vmware.com/security/hardening-guides.html)
## Containers - Docker
- [How To Harden Your Docker Containers](https://www.secjuice.com/how-to-harden-docker-containers/)
- [CIS Docker Benchmarks](https://www.cisecurity.org/benchmark/docker/) - registration required
## Services
### SSH
@ -243,6 +249,10 @@ See also [Active Directory](#active-directory) and [ADFS](#adfs) below.
- [Qualys SSL Labs - List of tools to assess TLS/SSL servers and clients](https://github.com/ssllabs/research/wiki/Assessment-Tools)
### Docker
- [Docker Bench for Security](https://github.com/docker/docker-bench-security) - script that checks for dozens of common best-practices around deploying Docker containers in production, inspired by the CIS Docker Community Edition Benchmark v1.1.0.
## Tools to apply security hardening
### GNU/Linux