{"id":4214,"date":"2024-02-08T19:29:00","date_gmt":"2024-02-08T11:29:00","guid":{"rendered":"https:\/\/www.fatesky.com\/?p=4214"},"modified":"2024-03-19T21:58:09","modified_gmt":"2024-03-19T13:58:09","slug":"docker%e5%b8%b8%e7%94%a8%e5%91%bd%e4%bb%a4","status":"publish","type":"post","link":"https:\/\/www.fatesky.com\/?p=4214","title":{"rendered":"Docker\u5e38\u7528\u547d\u4ee4"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/www.fatesky.com\/wp-content\/uploads\/2024\/03\/docker.jpg'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"639\" height=\"333\" data-original=\"https:\/\/www.fatesky.com\/wp-content\/uploads\/2024\/03\/docker.jpg\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-4218\"  sizes=\"auto, (max-width: 639px) 100vw, 639px\" \/><\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u955c\u50cf\u7ba1\u7406\">\u955c\u50cf\u7ba1\u7406<\/h2>\n\n\n\n<p><strong>\u4eceDocker Hub\u641c\u7d22\u955c\u50cf<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker search &lt;\u955c\u50cf\u540d\u79f0><\/code><\/code><\/pre>\n\n\n\n<p><strong>\u4eceDocker Hub\u62c9\u53d6\u955c\u50cf<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker pull &lt;\u955c\u50cf\u540d\u79f0><\/code><\/code><\/pre>\n\n\n\n<p><strong>\u67e5\u770b\u672c\u5730\u955c\u50cf<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker images<\/code><\/code><\/pre>\n\n\n\n<p><strong>\u5220\u9664\u672c\u5730\u955c\u50cf<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker rmi &lt;\u955c\u50cf\u540d\u79f0><\/code><\/code><\/pre>\n\n\n\n<p><strong>\u4fee\u6539\u672c\u5730\u955c\u50cf\u540d\u79f0<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker tag &lt;\u65e7\u955c\u50cf\u540d\u79f0:\u7248\u672c\u53f7> &lt;\u65b0\u955c\u50cf\u540d\u79f0:\u7248\u672c\u53f7><\/code><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u5bb9\u5668\u7ba1\u7406\">\u5bb9\u5668\u7ba1\u7406<\/h2>\n\n\n\n<p><strong>\u521b\u5efa\u5e76\u8fd0\u884c\u5bb9\u5668<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker run &lt;\u53c2\u6570\u9009\u9879> &lt;\u955c\u50cf\u540d\u79f0><\/code><\/code><\/pre>\n\n\n\n<p><strong>\u67e5\u770b\u6b63\u5728\u8fd0\u884c\u7684\u5bb9\u5668<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker ps<\/code><\/code><\/pre>\n\n\n\n<p><strong>\u67e5\u770b\u6240\u6709\u5bb9\u5668<\/strong>\uff0c<strong>\u5305\u62ec\u505c\u6b62\u72b6\u6001\u7684<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker ps -a &lt;\u5bb9\u5668\u540d\u79f0><\/code><\/code><\/pre>\n\n\n\n<p><strong>\u542f\u52a8\u5bb9\u5668<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker start &lt;\u5bb9\u5668\u540d\u79f0><\/code><\/code><\/pre>\n\n\n\n<p><strong>\u5173\u95ed\u5bb9\u5668<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker stop &lt;\u5bb9\u5668\u540d\u79f0><\/code><\/code><\/pre>\n\n\n\n<p><strong>\u91cd\u542f\u5bb9\u5668<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker restart &lt;\u5bb9\u5668\u540d\u79f0><\/code><\/code><\/pre>\n\n\n\n<p><strong>\u5220\u9664\u5bb9\u5668<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker rm &lt;\u5bb9\u5668\u540d\u79f0><\/code><\/code><\/pre>\n\n\n\n<p><strong>\u5728\u8fd0\u884c\u4e2d\u7684\u5bb9\u5668\u6267\u884c\u547d\u4ee4<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker exec -it &lt;\u5bb9\u5668\u540d\u79f0> &lt;\u547d\u4ee4><\/code><\/code><\/pre>\n\n\n\n<p><strong>\u8fdb\u5165\u5bb9\u5668\u5185\u90e8<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker exec -it &lt;\u5bb9\u5668\u540d\u79f0> \/bin\/bash<\/code><\/code><\/pre>\n\n\n\n<p><strong>\u67e5\u770b\u5bb9\u5668\u65e5\u5fd7<\/strong><\/p>\n\n\n\n<p><span style=\"background-color: initial; font-family: inherit; font-size: inherit; color: initial;\">docker logs &lt;\u5bb9\u5668\u540d\u79f0><\/span><br><br><strong>\u67e5\u770b\u5bb9\u5668\u8be6\u7ec6\u4fe1\u606f<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><span style=\"background-color: initial; font-family: inherit; font-size: inherit; color: initial;\">docker inspect &lt;\u5bb9\u5668\u540d\u79f0><\/span><\/code><\/pre>\n\n\n\n<p><strong>\u67e5\u770b\u5bb9\u5668\u4e2d\u8fd0\u884c\u7684\u8fdb\u7a0b<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><span style=\"background-color: initial; font-family: inherit; font-size: inherit; color: initial;\">docker top &lt;\u5bb9\u5668\u540d\u79f0><\/span><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u7f51\u7edc\u76f8\u5173\">\u7f51\u7edc\u76f8\u5173<\/h2>\n\n\n\n<p><strong>\u67e5\u770bDocker\u7f51\u7edc<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>docker network ls<\/code><\/code><\/pre>\n\n\n\n<p><strong>\u67e5\u770b\u7f51\u7edc\u8be6\u7ec6\u4fe1\u606f<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>docker network inspect &lt;\u7f51\u7edc\u540d\u79f0><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u955c\u50cf\u7ba1\u7406 \u4eceDocker Hub\u641c\u7d22\u955c\u50cf \u4eceDocker Hub\u62c9\u53d6\u955c\u50cf \u67e5\u770b\u672c\u5730\u955c\u50cf \u5220\u9664\u672c\u5730\u955c\u50cf \u4fee\u6539\u672c\u5730 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[35],"class_list":["post-4214","post","type-post","status-publish","format-standard","hentry","category-2","tag-linux"],"_links":{"self":[{"href":"https:\/\/www.fatesky.com\/index.php?rest_route=\/wp\/v2\/posts\/4214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fatesky.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fatesky.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fatesky.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fatesky.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4214"}],"version-history":[{"count":4,"href":"https:\/\/www.fatesky.com\/index.php?rest_route=\/wp\/v2\/posts\/4214\/revisions"}],"predecessor-version":[{"id":4219,"href":"https:\/\/www.fatesky.com\/index.php?rest_route=\/wp\/v2\/posts\/4214\/revisions\/4219"}],"wp:attachment":[{"href":"https:\/\/www.fatesky.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4214"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fatesky.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4214"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fatesky.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}