docker / getting-started

Getting started with Docker
Apache License 2.0
2.91k stars 6.4k forks source link

Image Building Best Practices page Invalid Node.js Link #440

Open EndurTheCreator opened 5 months ago

EndurTheCreator commented 5 months ago

I noticed an invalid hyperlink within the tutorial:

Getting Started --> Image Building Best Practices --> Layer Caching -->

Section 2. last sentence: "For further details on why this is recommended for Node.js applications as well as further best practices, have a look at their guide on Dockerizing a Node.js web app."

This link no longer works, and instead redirects to a 404 page.

Hope this can be updated, although likely very low priority.