diff --git a/content/blog/docker-cheat-sheet.md b/content/blog/2020-12-02-docker-cheat-sheet.md similarity index 96% rename from content/blog/docker-cheat-sheet.md rename to content/blog/2020-12-02-docker-cheat-sheet.md index e1a783d..b281f30 100644 --- a/content/blog/docker-cheat-sheet.md +++ b/content/blog/2020-12-02-docker-cheat-sheet.md @@ -1,18 +1,15 @@ --- -title: Docker Cheat Sheet +title: Docker & Compose Cheat Sheet description: This is my list of use full Docker commands. date: 2020-12-02T00:00:00.000Z -lastmod: 2023-01-15T17:01:45.211Z - +lastmod: 2024-02-13T21:23:00.829Z image: /images/blog/Image-Docker-Command-Cheat-Sheet.png - tags: - Cheat-Sheet - - Docker - Command-Line + - Docker - Linux - -slug: docker-cheat-sheet +slug: docker-compose-cheat-sheet --- # A list of docker commands @@ -126,4 +123,4 @@ or ```Shell docker network ls | awk '$3 == "bridge" && $2 != "bridge" { print $1 }' -``` \ No newline at end of file +```