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.