{"id":7355,"date":"2023-04-04T10:28:06","date_gmt":"2023-04-04T02:28:06","guid":{"rendered":"https:\/\/www.5x44.cn\/?p=7355"},"modified":"2023-04-04T10:43:04","modified_gmt":"2023-04-04T02:43:04","slug":"docker%e9%85%8d%e7%bd%ae%e5%bc%80%e6%9c%ba%e5%90%af%e5%8a%a8%e6%9f%90%e4%b8%aa%e5%ae%b9%e5%99%a8","status":"publish","type":"post","link":"https:\/\/www.5x44.cn\/?p=7355","title":{"rendered":"docker\u914d\u7f6e\u5f00\u673a\u542f\u52a8\u67d0\u4e2a\u5bb9\u5668"},"content":{"rendered":"\n<p>\u65b9\u6cd5\u4e00\uff1a\u5728compose file\u4e2d\u7684\u5e94\u7528\u52a0\u5165restart: always\u5c42\uff0c\u4f46\u662f\u5b83\u5e76\u4e0d\u80fd\u4fdd\u8bc1\u5f00\u542f\u8d77\u52a8\u67d0\u4e2a\u5bb9\u5668\uff0c\u6211\u7684\u6d4b\u8bd5\u662f\uff0c\u5982\u679c\u5bb9\u5668\u5728\u542f\u52a8\u72b6\u6001\uff0c\u91cd\u542f\u4e3b\u673a\u540e\u5b83\u4f1a\u542f\u52a8\uff0c\u5982\u679c\u5bb9\u5668\u662f\u5173\u95ed\u72b6\u6001\u7684\u8bdd\uff0c\u4e3b\u673a\u91cd\u542f\u4e0d\u4f1a\u542f\u52a8\u5bb9\u5668\u3002PS:\u7f51\u4e0a\u8bf4\u8fd9\u79cd\u65b9\u6cd5\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\u6709\u9650\u5236\uff0c\u4f46\u5e76\u6ca1\u8bf4\u4ec0\u4e48\u60c5\u51b5\uff0c\u4e2a\u4eba\u611f\u89c9\u8fd9\u4e2a\u65b9\u6cd5\u4e0d\u9519\u3002<\/p>\n\n\n\n<p>\u65b9\u6cd5\u4e8c\uff1a\u4f7f\u7528systemd\u6765\u542f\u52a8\uff0c\u8fd9\u79cd\u65b9\u6cd5\u8981\u6ce8\u610f<strong><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">type=onshot<\/mark><\/em><\/strong>\uff0c\u5176\u5b83\u7c7b\u578b\u7684\u542f\u52a8\u65b9\u5f0f\u4f1a\u5931\u8d25\uff0c\u56e0\u4e3a\u6211\u4eec\u53ea\u662f\u4f7f\u7528docker\u7684\u4e00\u6761\u547d\u4ee4\u6765\u542f\u52a8\u5bb9\u5668\uff0c\u8be5\u547d\u4ee4\u5e76\u4e0d\u4f1a\u9a7b\u7559\u5728\u7cfb\u7edf\u5f53\u4e2d\uff0c\u4e5f\u4e0d\u4f1a\u7ed9\u7cfb\u7edf\u53cd\u9988\u4ec0\u4e48\u4fe1\u606f\u3002\u8fd9\u5c31\u662f\u7528\u5176\u5b83\u542f\u52a8\u7c7b\u578b\u90fd\u4f1a\u5931\u8d25\u7684\u539f\u56e0\u3002<\/p>\n\n\n\n<p>\u4ee5root\u7528\u6237\u767b\u5f55vi \/lib\/systemd\/system\/docker-app.service\uff0c\u7f16\u8f91\u5b8c\u6210\u540esystemctl enable docker-app.service<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;Unit]\nDescription=Docker Compose Application Service\nRequires=docker.service\nAfter=docker.service\n\n&#91;Service]\nType=oneshot\nRemainAfterExit=yes\nWorkingDirectory=\/\u6267\u884c\u547d\u4ee4\u7684\u5de5\u4f5c\u76ee\u5f55\/\nExecStart=\/usr\/bin\/docker compose -f xxxx.yaml up -d\nExecStop=\/usr\/bin\/docker compose -f xxxx.yaml down -v\nTimoutStartSec=0\n\n&#91;Install]\nWantedBy=multi-user.target<\/code><\/pre>\n\n\n\n<p>\u7f51\u4e0a\u6709\u4eba\u8bf4\u7b2c\u4e8c\u79cd\u6bd4\u8f83\u7a33\u5b9a\uff0c\u4f46\u6211\u4e2a\u4eba\u611f\u89c9\u8fd8\u662f\u7b2c\u4e00\u79cd\u597d\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u65b9\u6cd5\u4e00\uff1a\u5728compose file\u4e2d\u7684\u5e94\u7528\u52a0\u5165restart: always\u5c42\uff0c\u4f46\u662f\u5b83\u5e76\u4e0d\u80fd\u4fdd\u8bc1\u5f00\u542f\u8d77\u52a8\u67d0\u4e2a\u5bb9\u5668\uff0c\u6211\u7684\u6d4b\u8bd5\u662f\uff0c\u5982\u679c\u5bb9\u5668\u5728\u542f\u52a8\u72b6\u6001\uff0c\u91cd\u542f\u4e3b\u673a\u540e\u5b83\u4f1a&#8230;<\/p>\n<p class=\"read-more\"><a class=\"btn btn-default\" href=\"https:\/\/www.5x44.cn\/?p=7355\"> Read More<span class=\"screen-reader-text\">  Read More<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,22],"tags":[],"class_list":["post-7355","post","type-post","status-publish","format-standard","hentry","category-it","category-22"],"_links":{"self":[{"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/posts\/7355","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7355"}],"version-history":[{"count":3,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/posts\/7355\/revisions"}],"predecessor-version":[{"id":7358,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/posts\/7355\/revisions\/7358"}],"wp:attachment":[{"href":"https:\/\/www.5x44.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7355"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7355"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}