From 4bba32b069dfc3d95479cf95ab3a3a7aaf92427d Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Wed, 4 Jan 2023 11:58:52 +0200 Subject: [PATCH] docs: update resources with docker security guidelines for building Node.js images (#1042) * docs: update resources with docker security guidelines for building Node.js images Adding a new resource to the security learning section: `10 best practices to containerize Node.js web applications with Docker` which has been acknowledged by OWASP and other Docker community champions * docs: link to snyk.io's blog on containerizing Node.js docker images best practices --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ec4549..9f9b356 100644 --- a/README.md +++ b/README.md @@ -788,6 +788,7 @@ Services to securely store your Docker images. - [Ten Docker Image Security Best Practices Cheat Sheet](https://snyk.io/blog/10-docker-image-security-best-practices/) - [Top ten most popular docker images each contain at least 30 vulnerabilities](https://snyk.io/blog/top-ten-most-popular-docker-images-each-contain-at-least-30-vulnerabilities/) - [Tuning Docker with the newest security enhancements](https://opensource.com/business/15/3/docker-security-tuning) +- [10 best practices to containerize Node.js web applications with Docker](https://snyk.io/blog/10-best-practices-to-containerize-nodejs-web-applications-with-docker/) ## Videos