From c5a518d3692de26974410caf6b4ec33b0fba2c94 Mon Sep 17 00:00:00 2001 From: virtualistic Date: Sun, 23 Jul 2023 17:37:16 +0200 Subject: [PATCH] starting to dislike markdown --- ...7-22-how-to-clean-up-docker-container-log-files-quick-fix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-07-22-how-to-clean-up-docker-container-log-files-quick-fix.md b/_posts/2023-07-22-how-to-clean-up-docker-container-log-files-quick-fix.md index 7e9e954..e164232 100644 --- a/_posts/2023-07-22-how-to-clean-up-docker-container-log-files-quick-fix.md +++ b/_posts/2023-07-22-how-to-clean-up-docker-container-log-files-quick-fix.md @@ -46,7 +46,7 @@ The contents of this local log is also forwarded to an external logging instance - Optional step to verify if this container is really using that json log file: ```bash -docker inspect --format='{{.LogPath}}' kube-apiserver +docker inspect --format='{{{{.LogPath}}}}' kube-apiserver ``` - Now that we've found the culprit, let's overwrite the log with a blank line: ```bash