Merge pull request #81 from WhoSayIn/main

Fix the link for "Docker Security" book
This commit is contained in:
Sai Kiran Kanuri 2020-12-31 09:23:42 +05:30 committed by GitHub
commit b8e3d37372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ This course provides fundamental everyday knowledge on security domain which wil
Some books that would be a great resource
- Holistic Info-Sec for Web Developers <https://holisticinfosecforwebdevelopers.com/>- Free and downloadable book series with very broad and deep coverage of what Web Developers and DevOps Engineers need to know in order to create robust, reliable, maintainable and secure software, networks and other, that are delivered continuously, on time, with no nasty surprises
- Docker Security - Quick Reference: For DevOps Engineers <https://holisticinfosecforwebdevelopers.com/> - A book on understanding the Docker security defaults, how to improve them (theory and practical), along with many tools and techniques.
- Docker Security - Quick Reference: For DevOps Engineers <https://leanpub.com/dockersecurity-quickreference> - A book on understanding the Docker security defaults, how to improve them (theory and practical), along with many tools and techniques.
- How to Hack Like a Legend <https://amzn.to/2uWh1Up>- A hackers tale breaking into a secretive offshore company, Sparc Flow, 2018
- How to Investigate Like a Rockstar <https://books2read.com/u/4jDWoZ>- Live a real crisis to master the secrets of forensic analysis, Sparc Flow, 2017
- Real World Cryptography <https://www.manning.com/books/real-world-cryptography>- This early-access book teaches you applied cryptographic techniques to understand and apply security at every level of your systems and applications.