{"id":170,"date":"2024-10-30T18:27:37","date_gmt":"2024-10-30T10:27:37","guid":{"rendered":"https:\/\/zhoujibin.com\/?p=170"},"modified":"2025-03-19T12:56:09","modified_gmt":"2025-03-19T04:56:09","slug":"docker%e5%88%a0%e9%99%a4%e9%95%9c%e5%83%8f","status":"publish","type":"post","link":"https:\/\/zhoujibin.com\/?p=170","title":{"rendered":"Docker\u57fa\u7840\u64cd\u4f5c"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">Docker\u5220\u9664\u955c\u50cf<\/h1>\n\n\n\n<p>\u53c2\u8003\uff1ahttps:\/\/blog.csdn.net\/lanshen110119\/article\/details\/90201412<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u6709\u6807\u7b7e<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>docker rmi $(docker images --format '{{.Repository}}:{{.Tag}}')<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u6ca1\u6709\u6807\u7b7e<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>docker rmi $(docker images | grep \"^&lt;none&gt;\" | awk \"{print $3}\")<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u5220\u9664\u5168\u90e8<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>docker rmi $(docker images -q)<\/code><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">\u67e5\u770b\u4ed3\u5e93\u955c\u50cf<\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code>curl http:\/\/192.168.13.247:5000\/v2\/_catalog<\/code><\/pre>\n\n\n\n<p>\u793a\u4f8b\uff1a\u67e5\u770b\u4ed3\u5e93 kafka-product \u955c\u50cf\u8be6\u7ec6\u4fe1\u606f<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl http:\/\/192.168.13.247:5000\/v2\/kafka-product\/tags\/list<\/code><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">docker \u6dfb\u52a0\u65e5\u5fd7\u9650\u5236<\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"log-driver\": \"json-file\",\n    \"log-opts\": {\n     \"max-size\": \"30m\",\n     \"max-file\": \"2\"\n     }\n}<\/code><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">docker \u6279\u91cf\u6253\u5305\u955c\u50cf<\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code># \u67e5\u627e\u5168\u90e8\u955c\u50cf\ndocker images | grep -v REPOSITORY | awk 'BEGIN{OFS=\":\";ORS=\" \"}{print $1,$2}'\n# \u67e5\u627exxx\u955c\u50cf\ndocker images | grep xxx | awk 'BEGIN{OFS=\":\";ORS=\" \"}{print $1,$2}'\n# \u6279\u91cf\u5b58\u50a8\u955c\u50cf\ndocker save $(docker images | grep xxx | awk 'BEGIN{OFS=\":\";ORS=\" \"}{print $1,$2}') -o xxx.tar\n\n# \u6279\u91cf\u5b58\u50a8rancher\u955c\u50cf\ndocker save $(docker images | grep rancher | awk 'BEGIN{OFS=\":\";ORS=\" \"}{print $1,$2}') -o rancher.tar\n\n# \u6279\u91cf\u5b58\u50a8k8s\u4f9d\u8d56\u955c\u50cf\ndocker save $(docker images | grep -E 'k8s|flannel' | awk 'BEGIN{OFS=\":\";ORS=\" \"}{print $1,$2}') -o k8s-images.tar<\/code><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">docker-compose\u8bbe\u7f6e\u5bb9\u5668\u65f6\u95f4<\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code>\u53c2\u8003\uff1ahttps:\/\/blog.csdn.net\/ladymorgana\/article\/details\/129949671\nservices:\n    environment:\n      TZ: \"Asia\/Shanghai\"<\/code><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">docker\u955c\u50cf\u52a0\u901f\u5730\u5740<\/h1>\n\n\n\n<p>\u53c2\u8003\u94fe\u63a5\uff1a<a href=\"https:\/\/xuanyuan.me\/blog\/archives\/1154\">https:\/\/xuanyuan.me\/blog\/archives\/1154<\/a>\uff0c\u793a\u4f8b\u5730\u5740\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"https:\/\/hub.uuuadc.top\",\n\"https:\/\/docker.anyhub.us.kg\",\n\"https:\/\/dockerhub.jobcher.com\",\n\"https:\/\/dockerhub.icu\",\n\"https:\/\/docker.ckyl.me\",\n\"https:\/\/docker.awsl9527.cn\"<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Docker\u5220\u9664\u955c\u50cf \u53c2\u8003\uff1ahttps:\/\/blog.csdn.net\/lanshen110119\/artic [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[48,30],"class_list":["post-170","post","type-post","status-publish","format-standard","hentry","category-linux","tag-docker","tag-linux"],"_links":{"self":[{"href":"https:\/\/zhoujibin.com\/index.php?rest_route=\/wp\/v2\/posts\/170"}],"collection":[{"href":"https:\/\/zhoujibin.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zhoujibin.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zhoujibin.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zhoujibin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=170"}],"version-history":[{"count":8,"href":"https:\/\/zhoujibin.com\/index.php?rest_route=\/wp\/v2\/posts\/170\/revisions"}],"predecessor-version":[{"id":241,"href":"https:\/\/zhoujibin.com\/index.php?rest_route=\/wp\/v2\/posts\/170\/revisions\/241"}],"wp:attachment":[{"href":"https:\/\/zhoujibin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=170"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zhoujibin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=170"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zhoujibin.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}