From f0e4702bac94f9526b1fbd83e08b3daa34717112 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Fri, 27 Dec 2024 12:31:08 +0100 Subject: [PATCH] Add conclution to docker cheat sheet post --- content/blog/2020-12-02-docker-cheat-sheet.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/blog/2020-12-02-docker-cheat-sheet.md b/content/blog/2020-12-02-docker-cheat-sheet.md index 47dbfa3..9d23d5e 100644 --- a/content/blog/2020-12-02-docker-cheat-sheet.md +++ b/content/blog/2020-12-02-docker-cheat-sheet.md @@ -78,3 +78,9 @@ or ```Shell docker network ls | awk '$3 == "bridge" && $2 != "bridge" { print $1 }' ``` + +## Conclusion + +First of thanks for reading this. + +I hope this has been helpful and if you have any questions, suggestions or something i may have missed, please let me know.