{"id":7349,"date":"2023-04-02T21:22:41","date_gmt":"2023-04-02T13:22:41","guid":{"rendered":"https:\/\/www.5x44.cn\/?p=7349"},"modified":"2023-04-02T21:41:46","modified_gmt":"2023-04-02T13:41:46","slug":"docker-%e6%9c%8d%e5%8a%a1%e5%81%a5%e5%ba%b7%e6%a3%80%e6%9f%a5","status":"publish","type":"post","link":"https:\/\/www.5x44.cn\/?p=7349","title":{"rendered":"docker \u670d\u52a1\u5065\u5eb7\u68c0\u67e5"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>services:\n    httpd:\n        image: php824:apache-mysqli\n        ports:\n            - 80:80\n            - 443:443\n        volumes:\n            - \/path\/to\/httpd_conf\/:\/etc\/apache2\/\n            - \/path\/to\/www:\/var\/www\/html\n            - \/etc\/localtime:\/etc\/localtime:ro#\u540c\u6b65\u4e3b\u673a\u548c\u955c\u50cf\u7684\u65f6\u95f4\n        depends_on:\n            mariadb:\n                condition: service_healthy\n\n\n    mariadb:\n        image: mariadb:10.7.8\n        volumes:\n            - \/path\/to\/db_data\/:\/var\/lib\/mysql\/\n            - \/path\/to\/mariadb_conf\/:\/etc\/mysql\/\n            - \/etc\/localtime:\/etc\/localtime:ro\n        environment:\n\n#\u8fd9\u4e2a\u73af\u5883\u53d8\u91cf\u53ea\u5728\u521d\u59cb\u5316\u6570\u636e\u5e93\u7684\u65f6\u5019\u6709\u7528\uff0c\u5728\u6570\u636e\u76ee\u5f55\u91cc\u6709\u6587\u4ef6\u4e86\u4e4b\u540e\u8fd9\u4e2a\u73af\u5883\u53d8\u91cf\u5c31\u6ca1\u7528\u4e86\uff0c\u6240\u4ee5\u5199\u4ec0\u4e48\u90fd\u53ef\u4ee5\n            MYSQL_ROOT_PASSWORD: 123456\n        healthcheck:\n#\u8fd9\u91cc\u7684test\u6709\u4e24\u79cd\u5199\u6cd5\uff0c\u5199\u6210\u5217\u8868\u5f62\u5f0f\uff0c\u5728\u65e5\u5fd7\u91cc\u603b\u662f\u8b66\u544a\u4e0d\u77e5\u9053\u4e3a\u4ec0\u4e48\uff0c\u4f46\u662f\u5199\u6210\u5b57\u7b26\u4e32\u540e\u5c31\u6ca1\u95ee\u9898\u4e86\u3002\u800c\u4e14\u5217\u8868\u5f62\u5f0f\u8981\u628a\u6bcf\u4e00\u9879\u90fd\u7528\u5f15\u53f7\u62ec\u8d77\u6765\uff0c\u4e5f\u5c31\u662f&#91;\"cmd\",\"mysqladmin\",\"ping\",\"-h\",\"localhost\",\"-u\",\"healthcheck\"]\n            test: \"mysqladmin ping -h localhost -u healthcheck\"\n            interval: 8s\n            timeout: 5s\n            retries: 3<\/code><\/pre>\n\n\n\n<p>PS:\u6240\u6709\u7684\u5192\u53f7\u540e\u9762\u8981\u6709\u4e00\u4e2a\u7a7a\u683c\uff0c\u4e0d\u7136\u4f1a\u68c0\u67e5\u51fa\u8bed\u6cd5\u95ee\u9898\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PS:\u6240\u6709\u7684\u5192\u53f7\u540e\u9762\u8981\u6709\u4e00\u4e2a\u7a7a\u683c\uff0c\u4e0d\u7136\u4f1a\u68c0\u67e5\u51fa\u8bed\u6cd5\u95ee\u9898\u3002<\/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-7349","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\/7349","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=7349"}],"version-history":[{"count":3,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/posts\/7349\/revisions"}],"predecessor-version":[{"id":7352,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=\/wp\/v2\/posts\/7349\/revisions\/7352"}],"wp:attachment":[{"href":"https:\/\/www.5x44.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7349"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7349"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.5x44.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}