{"id":11128,"date":"2023-10-19T14:39:20","date_gmt":"2023-10-19T06:39:20","guid":{"rendered":"https:\/\/blog.hoyo.idv.tw\/?p=11128"},"modified":"2025-11-15T09:37:38","modified_gmt":"2025-11-15T01:37:38","slug":"emqx-docker","status":"publish","type":"post","link":"https:\/\/blog.hoyo.idv.tw\/?p=11128","title":{"rendered":"EMQX - \u4f7f\u7528 docker"},"content":{"rendered":"<p>--<\/p>\n<ul>\n<li><a href=\"https:\/\/hub.docker.com\/r\/emqx\/emqx\" target=\"_blank\" rel=\"noopener\">emqx\/emqx - Docker Image | Docker Hub<\/a><\/li>\n<li><a href=\"https:\/\/www.emqx.io\/docs\/zh\/v5.0\/deploy\/install.html\" target=\"_blank\" rel=\"noopener\">\u5b89\u88c5 | EMQX 5.0 \u6587\u6863<\/a><\/li>\n<\/ul>\n<p>--<\/p>\n<h2>docker-compose.yml<\/h2>\n<p>\u5148\u4f7f\u7528<\/p>\n<pre class=\"lang:default decode:true\">version: \"3\"\r\nservices:\r\n\r\n  emqx:\r\n    container_name: emqx\r\n    image: emqx\/emqx:5.0.10\r\n    restart: always\r\n    ports:\r\n      - 18083:18083\r\n      - 1883:1883\r\n      - 8083:8083\r\n      - 8084:8084\r\n      - 8883:8883\r\n    environment:\r\n      - EMQX_NAME=emqx\r\n      - EMQX_HOST=192.168.0.6\r\n<\/pre>\n<pre class=\"lang:default decode:true \">docker-compose up -d<\/pre>\n<p>\u53d6\u5f97\u57fa\u672c\u74b0\u5883\uff0c\u70ba\u4e86\u4fdd\u7559\u6578\u64da\uff0c\u9664\u4e86\u5fc5\u9808\u5c07 data, etc \u5132\u5b58\u5728 host \u4e0a\u5916\uff0c\u9084\u9700\u8981\u8a2d\u5b9a environment \u5426\u5247 down \/ up -d \u4e4b\u5f8c\u5c31\u53c8\u8981\u91cd\u65b0\u8a2d\u5b9a<\/p>\n<p>\u7b49\u53ef\u4ee5\u6b63\u5e38\u4f7f\u7528\uff0c\u518d\u8907\u88fd\u76ee\u524d\u7684\u6a94\u6848\u5230 host<\/p>\n<pre class=\"lang:default decode:true\">docker cp emqx:\/opt\/emqx\/etc\/ \/docker\/communication\/emqx\/\r\ndocker cp emqx:\/opt\/emqx\/data\/ \/docker\/communication\/emqx\/\r\ndocker cp emqx:\/opt\/emqx\/log\/ \/docker\/communication\/emqx\/<\/pre>\n<p>\u5c07\u6a94\u6848\u6b0a\u9650\u4fee\u6539\u70ba 777<\/p>\n<pre class=\"lang:default decode:true \">cd \/docker\/communication\/emqx\r\nchmod 777 -R .<\/pre>\n<p>\u589e\u52a0 volumes:<\/p>\n<pre class=\"lang:default decode:true \">version: \"3\"\r\nservices:\r\n\r\n  emqx:\r\n    container_name: emqx\r\n    image: emqx\/emqx:5.0.10\r\n    restart: always\r\n    ports:\r\n      - 18083:18083\r\n      - 1883:1883\r\n      - 8083:8083\r\n      - 8084:8084\r\n      - 8883:8883\r\n    environment:\r\n      EMQX_NAME: emqx\r\n      EMQX_HOST: 192.168.0.6\r\n    volumes:\r\n      - \/docker\/communication\/emqx\/data:\/opt\/emqx\/data\r\n      - \/docker\/communication\/emqx\/etc:\/opt\/emqx\/etc\r\n      - \/docker\/communication\/emqx\/log:\/opt\/emqx\/log<\/pre>\n<p>--<\/p>\n<h2>MySQL \u5e33\u865f\u8a8d\u8b49<\/h2>\n<p>\u8a2a\u554f\u63a7\u5236 \u2192 \u8a8d\u8b49 \u2192 \u5275\u5efa \u2192 \u9078\u64c7 Password-Based \u4e0b\u4e00\u6b65<\/p>\n<p><img loading=\"lazy\" class=\"alignnone size-full wp-image-12799 photoshow__thumbnail--unavailable\" src=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2023\/10\/2023-10-19-14-09-04.png\" alt=\"\" width=\"802\" height=\"362\" srcset=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2023\/10\/2023-10-19-14-09-04.png 802w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2023\/10\/2023-10-19-14-09-04-300x135.png 300w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2023\/10\/2023-10-19-14-09-04-768x347.png 768w\" sizes=\"(max-width: 802px) 100vw, 802px\" \/><\/p>\n<p>\u8f38\u5165 MySQL \u8cc7\u6599\u5eab\u9023\u63a5\u8cc7\u8a0a<\/p>\n<p><img loading=\"lazy\" class=\"alignnone size-full wp-image-12800 photoshow__thumbnail--unavailable\" src=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2023\/10\/2023-10-19-14-06-24-1.png\" alt=\"\" width=\"1177\" height=\"856\" srcset=\"https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2023\/10\/2023-10-19-14-06-24-1.png 1177w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2023\/10\/2023-10-19-14-06-24-1-300x218.png 300w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2023\/10\/2023-10-19-14-06-24-1-1024x745.png 1024w, https:\/\/blog.hoyo.idv.tw\/wp-content\/uploads\/2023\/10\/2023-10-19-14-06-24-1-768x559.png 768w\" sizes=\"(max-width: 1177px) 100vw, 1177px\" \/><\/p>\n<p>--<\/p>\n<h2>dashboard \u5bc6\u78bc\u8a2d\u5b9a<\/h2>\n<pre class=\"lang:default decode:true \">emqx ctl admins passwd admin public<\/pre>\n<p>--<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p class=\"pvc_stats all \" data-element-id=\"11128\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> &nbsp;1,526&nbsp;total views<\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>-- emqx\/emqx - ...<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p class=\"pvc_stats all \" data-element-id=\"11128\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> &nbsp;1,526&nbsp;total views<\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[26,333],"tags":[],"_links":{"self":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/11128"}],"collection":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11128"}],"version-history":[{"count":14,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/11128\/revisions"}],"predecessor-version":[{"id":14482,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/11128\/revisions\/14482"}],"wp:attachment":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=11128"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=11128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}