{"id":175,"date":"2023-06-19T12:47:29","date_gmt":"2023-06-19T11:47:29","guid":{"rendered":"https:\/\/mrzebra.co.uk\/code\/?p=175"},"modified":"2023-06-19T12:47:29","modified_gmt":"2023-06-19T11:47:29","slug":"how-to-fix-corrupt-docker-logs","status":"publish","type":"post","link":"https:\/\/zebra-north.com\/code\/2023\/06\/19\/how-to-fix-corrupt-docker-logs\/","title":{"rendered":"How to Fix Corrupt Docker Logs"},"content":{"rendered":"\n<p>Docker&#8217;s internal logs can sometimes become corrupted, causing <code>docker logs &lt;container&gt;<\/code> to fail.  Docker has no &#8216;clear&#8217; command, so you must clear the log manually.<\/p>\n\n\n\n<!--more-->\n\n\n\n<ol class=\"wp-block-list\">\n<li>Get the ID of the container with <code>docker ps<\/code><\/li>\n\n\n\n<li>Stop the container with <code>docker stop &lt;container id&gt;<\/code><\/li>\n\n\n\n<li>Open an Explorer window and enter: <code>\\wsl$\\docker-desktop-data\\data\\docker\\containers\\&lt;container id&gt;<\/code><\/li>\n\n\n\n<li>Delete the file <code>container-cached.log<\/code><\/li>\n\n\n\n<li>Restart the container with <code>docker start &lt;container id&gt;<\/code><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Docker&#8217;s internal logs can sometimes become corrupted, causing docker logs &lt;container&gt; to fail. Docker has no &#8216;clear&#8217; command, so you must clear the log manually.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[29],"tags":[13],"class_list":["post-175","post","type-post","status-publish","format-standard","hentry","category-docker","tag-docker"],"_links":{"self":[{"href":"https:\/\/zebra-north.com\/code\/wp-json\/wp\/v2\/posts\/175","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zebra-north.com\/code\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zebra-north.com\/code\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zebra-north.com\/code\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zebra-north.com\/code\/wp-json\/wp\/v2\/comments?post=175"}],"version-history":[{"count":1,"href":"https:\/\/zebra-north.com\/code\/wp-json\/wp\/v2\/posts\/175\/revisions"}],"predecessor-version":[{"id":176,"href":"https:\/\/zebra-north.com\/code\/wp-json\/wp\/v2\/posts\/175\/revisions\/176"}],"wp:attachment":[{"href":"https:\/\/zebra-north.com\/code\/wp-json\/wp\/v2\/media?parent=175"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zebra-north.com\/code\/wp-json\/wp\/v2\/categories?post=175"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zebra-north.com\/code\/wp-json\/wp\/v2\/tags?post=175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}