From 5b4edf20c3e4914f7ac53c565d7e4f22a8b70c44 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 30 Dec 2019 13:59:20 -0300 Subject: [PATCH] Added review: Mastering docker --- content/reviews/books/mastering-docker.md | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 content/reviews/books/mastering-docker.md diff --git a/content/reviews/books/mastering-docker.md b/content/reviews/books/mastering-docker.md new file mode 100644 index 0000000..f23a7a1 --- /dev/null +++ b/content/reviews/books/mastering-docker.md @@ -0,0 +1,31 @@ ++++ +title = "Mastering Docker - Russ McKendrick" +date = 2019-12-21 + +[taxonomies] +tags = ["books", "reviews", "docker", "packt", "russ mckendrick" ++++ + +[GoodReads Summary](https://www.goodreads.com/book/show/35820617-mastering-docker---second-edition): +Experience first- and third-party tools such as Docker Compose, Docker +Machine, Portainer, and Rancher Learn how to leverage Kubernetes, Amazon ECS, +and Docker Swarm and know when each solution is appropriate Discover how +Docker can be integrated into your daily workflows. + + + +{{ stars(stars=1) }} + +How does one "master" docker when there is not a single word about layers? + +How does one "master" docker when you have "sudo apt update && sudo apt +install -y git" with a description of "so it doesn't have to wait for one +process to end to start the other"? + +This is another book coming from a book farm where people write about things +they don't know properly. This is another book coming from a book farm where +reviewers seem picked in the basis of "does not know enough about the subject +to not make a fuss so we can publish it as soon as possible". + +If you want to learn about docker, stay away from this book. It will do more +harm than good.