From 977e405d2867d138e2145919fccbec4287c924ea Mon Sep 17 00:00:00 2001 From: neelabalan <41639065+neelabalan@users.noreply.github.com> Date: Wed, 3 Feb 2021 19:59:27 +0530 Subject: [PATCH] removed link from examples section the link is no longer working (404 error) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 65c7ccd..ca98f2e 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,6 @@ Here are some common text editors and their syntax highlighting modules you coul * [Examples](https://docs.docker.com/engine/reference/builder/#dockerfile-examples) * [Best practices for writing Dockerfiles](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/) -* [Michael Crosby](http://crosbymichael.com/) has some more [Dockerfiles best practices](http://crosbymichael.com/dockerfile-best-practices.html) / [take 2](http://crosbymichael.com/dockerfile-best-practices-take-2.html). * [Building Good Docker Images](http://jonathan.bergknoff.com/journal/building-good-docker-images) / [Building Better Docker Images](http://jonathan.bergknoff.com/journal/building-better-docker-images) * [Managing Container Configuration with Metadata](https://speakerdeck.com/garethr/managing-container-configuration-with-metadata) * [How to write excellent Dockerfiles](https://rock-it.pl/how-to-write-excellent-dockerfiles/)