From 9bbf70803e1ff266668c8701bab89d42b74750f3 Mon Sep 17 00:00:00 2001 From: Fernando Torres Date: Tue, 18 Oct 2016 17:20:02 -0200 Subject: [PATCH] Update Useful Articles session Added "4 tips for an effective Docker-based workflow" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d64e22..323b5a4 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ about docker! (Tips: checkout her [dotfiles][jfrazelledotfiles] and her [dockerf * [Docker Containers on the desktop][jessblog] by [@jfrazelle][jfrazelle] The **funniest way** to learn about docker! (Tips: checkout her [dotfiles][jfrazelledotfiles] and her [dockerfiles][jfrazelledockerfiles])) * [Awesome Linux Container](https://github.com/Friz-zy/awesome-linux-containers) more general about container than this repo, by [@Friz-zy](https://github.com/Friz-zy). +* [4 tips for an effective Docker-based workflow](https://www.oreilly.com/ideas/4-tips-for-an-effective-docker-based-workflow) Learn how to make your CI/CD pipeline work for you. ## General Articles * [Getting Started with Docker](https://serversforhackers.com/getting-started-with-docker) by [@fideloper](https://github.com/fideloper) -- [Servers For Hackers](https://serversforhackers.com/editions) is valuable resource. At some point, every programmer finds themselves needing to know their way around a server.