{"id":647,"date":"2020-12-17T23:44:53","date_gmt":"2020-12-17T23:44:53","guid":{"rendered":"http:\/\/www.ishygddt.xyz\/~blog\/?p=647"},"modified":"2022-03-08T19:05:42","modified_gmt":"2022-03-08T19:05:42","slug":"docker-remove-all-containers-and-images","status":"publish","type":"post","link":"http:\/\/www.ishygddt.xyz\/~blog\/2020\/12\/docker-remove-all-containers-and-images","title":{"rendered":"Docker: remove all containers and images"},"content":{"rendered":"<ul>\n<li><code class=\"language-shell\" data-line=\"\">docker rm -f `docker container ls -a -q`<\/code><\/li>\n<li><code class=\"language-shell\" data-line=\"\">docker rmi -f `docker image ls -a -q`<\/code><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p><code class=\"language-shell\" data-line=\"\">docker rm -f `docker container ls -a -q` &amp;&amp; docker rmi -f `docker image ls -a -q`<\/code><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[96],"tags":[43],"class_list":["post-647","post","type-post","status-publish","format-standard","hentry","category-howto","tag-docker"],"_links":{"self":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/647","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/comments?post=647"}],"version-history":[{"count":6,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/647\/revisions"}],"predecessor-version":[{"id":857,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/647\/revisions\/857"}],"wp:attachment":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/media?parent=647"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/categories?post=647"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/tags?post=647"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}