{"id":36738,"date":"2024-01-11T07:12:48","date_gmt":"2023-08-05T23:19:32","guid":{"rendered":"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/"},"modified":"2024-05-04T17:50:22","modified_gmt":"2024-05-04T09:50:22","slug":"%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/","title":{"rendered":"\u901a\u8fc7docker\u673a\u5668\u542f\u52a8Apache"},"content":{"rendered":"<h1>\u73af\u5883<\/h1>\n<ul class=\"post-ul\">\n<li style=\"list-style-type: none;\">\n<ul class=\"post-ul\">MacBookPro<\/ul>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<ul class=\"post-ul\">\n<li style=\"list-style-type: none;\">\n<ul class=\"post-ul\">Catalina<\/ul>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<ul class=\"post-ul\">\n<li style=\"list-style-type: none;\">\n<ul class=\"post-ul\">VirtualBox<\/ul>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<ul class=\"post-ul\">DockerForMac<\/ul>\n<h1>\u5f53\u524d\u7684\u60c5\u51b5<\/h1>\n<p>\u5728\u5df2\u521b\u5efa\u7684\u865a\u62df\u4e3b\u673a\u4e0a\uff0cDocker\u4e3b\u673a\u7684\u72b6\u6001\u4e3a\u975e\u6d3b\u52a8\u3002<\/p>\n<pre class=\"post-pre\"><code>%docker-machine ls\r\nNAME      ACTIVE   DRIVER       STATE     URL   SWARM   DOCKER    ERRORS\r\ndefault   -        virtualbox   Stopped                 Unknown   \r\n<\/code><\/pre>\n<h1>\u5728\u865a\u62df\u76d2\u5b50\u4e0a\u542f\u52a8Docker\u5b88\u62a4\u8fdb\u7a0b<\/h1>\n<pre class=\"post-pre\"><code>%docker-machine start default\r\nStarting \"default\"...\r\n(default) Check network to re-create if needed...\r\n(default) Waiting for an IP...\r\nMachine \"default\" was started.\r\nWaiting for SSH to be available...\r\nDetecting the provisioner...\r\nStarted machines may have new IP addresses. You may need to re-run the `docker-machine env` command.\r\n<\/code><\/pre>\n<h1>\u5728\u865a\u62df\u7bb1\u5185\u542f\u52a8Docker\u5b88\u62a4\u7a0b\u5e8f\u5e76\u786e\u8ba4\u5176\u542f\u52a8\u60c5\u51b5\u3002<\/h1>\n<pre class=\"post-pre\"><code>%docker-machine ls                 \r\nNAME      ACTIVE   DRIVER       STATE     URL                         SWARM   DOCKER      ERRORS\r\ndefault   *        virtualbox   Running   tcp:\/\/192.168.99.100:2376           v19.03.12   \r\n<\/code><\/pre>\n<h1>\u8fde\u63a5\u5230\u865a\u62df\u76d2\u5b50\u4e0a\u7684Docker\u5b88\u62a4\u7a0b\u5e8f\u3002<\/h1>\n<pre class=\"post-pre\"><code>%docker-machine env          \r\nexport DOCKER_TLS_VERIFY=\"1\"\r\nexport DOCKER_HOST=\"tcp:\/\/192.168.99.100:2376\"\r\nexport DOCKER_CERT_PATH=\"\/Users\/da-shibata\/.docker\/machine\/machines\/default\"\r\nexport DOCKER_MACHINE_NAME=\"default\"\r\n# Run this command to configure your shell: \r\n# eval $(docker-machine env)\r\n<\/code><\/pre>\n<p>\u901a\u8fc7\u4e0b\u9762\u7684\u547d\u4ee4\u6765\u96c6\u4e2d\u8bbe\u7f6e\u4e0a\u8ff0\u73af\u5883\u53d8\u91cf\u4ee5\u5efa\u7acb\u8fde\u63a5\u3002<\/p>\n<pre class=\"post-pre\"><code>%eval $(docker-machine env)\r\n<\/code><\/pre>\n<h1>\u5728\u865a\u62df\u76d2\u4e0a\u7684Docker\u4e3b\u673a\u4e0a\u542f\u52a8Apache\u5bb9\u5668\u3002<\/h1>\n<pre class=\"post-pre\"><code>%docker run --name my-apache-app -p 8080:80 -v $PWD:\/usr\/local\/apache2\/htdocs\/ httpd:2.4\r\nUnable to find image 'httpd:2.4' locally\r\n2.4: Pulling from library\/httpd\r\n45b42c59be33: Already exists \r\n83ac8490fcc3: Pull complete \r\nbdb2d204d86d: Pull complete \r\n243acf75a504: Pull complete \r\n8fc1ad93a9b1: Pull complete \r\nDigest: sha256:283f3c833adde108fc3d15c2ccac4b0ad4b650bc28821eafa02eb61f4d6a2c93\r\nStatus: Downloaded newer image for httpd:2.4\r\nAH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message\r\nAH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message\r\n[Fri Mar 12 11:20:37.907850 2021] [mpm_event:notice] [pid 1:tid 140564998808704] AH00489: Apache\/2.4.46 (Unix) configured -- resuming normal operations\r\n[Fri Mar 12 11:20:37.913294 2021] [core:notice] [pid 1:tid 140564998808704] AH00094: Command line: 'httpd -D FOREGROUND'\r\n<\/code><\/pre>\n<p>\u5fd8\u8bb0\u6dfb\u52a0-d\u9009\u9879\uff0c\u5b83\u5c06\u4ee5FOREGROUND\u6a21\u5f0f\u8fd0\u884c\uff0c\u5bfc\u81f4\u547d\u4ee4\u63d0\u793a\u7b26\u4e0d\u518d\u8fd4\u56de\u3002<\/p>\n<h1>\u786e\u8ba4Apache\u662f\u5426\u542f\u52a8<\/h1>\n<p>\u8d77\u52d5\u6b63\u5e38\u3002<br \/>\n\u7531\u4e8e\u6307\u5b9a\u4e86$PWD\uff0c\u5f53\u524d\u76ee\u5f55\u5df2\u516c\u5f00\u3002\u4f46\u5b9e\u9645\u516c\u5f00\u65f6\uff0c\u8bf7\u9009\u62e9\u4e3b\u673a\u7aef\u7684\u76ee\u5f55\u3002<\/p>\n<div><img decoding=\"async\" class=\"post-images\" title=\"\" src=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/657d2a9937434c4406c47e19\/18-0.png\" alt=\"image.png\" \/><\/div>\n<hr \/>\n<p>\u4ee5\u4e0b\u4e0d\u6d89\u53cadocker machine\u7684\u64cd\u4f5c\u3002\u8fd9\u662f\u5728\u4e3b\u673a\u64cd\u4f5c\u7cfb\u7edf\u4e0a\u542f\u52a8Apache\u5bb9\u5668\u7684\u793a\u4f8b\u3002<\/p>\n<h1>\u67e5\u770b\u65e5\u5fd7\u7684\u65b9\u6cd5<\/h1>\n<h2>\u5728\u540e\u53f0\u542f\u52a8Apache<\/h2>\n<pre class=\"post-pre\"><code>% docker run -d --name apache -p 8080:80 -v $PWD:\/usr\/local\/apache2\/htdocs\/ httpd:2.4\r\nUnable to find image 'httpd:2.4' locally\r\n2.4: Pulling from library\/httpd\r\n6f28985ad184: Pull complete \r\n3a141a09d1d0: Pull complete \r\n1633384edb75: Pull complete \r\nacb3e3b931b8: Pull complete \r\nf6dc6b8b1d70: Pull complete \r\nDigest: sha256:9625118824bc2514d4301b387c091fe802dd9e08da7dd9f44d93ee65497e7c1c\r\nStatus: Downloaded newer image for httpd:2.4\r\n2563eba7e66ce7eb964049413d55effc7b54020ccf0f04337a71dfff7dfcee5d\r\n<\/code><\/pre>\n<h2>\u6267\u884cdocker logs\u547d\u4ee4<\/h2>\n<p>\u5728\u6267\u884cdocker logs\u4e4b\u540e\uff0c\u6307\u5b9a\u5bb9\u5668ID\u6216\u5bb9\u5668\u540d\u79f0\u3002<\/p>\n<h3>\u5982\u679c\u4f7f\u7528\u5bb9\u5668\u540d\u79f0\u8fdb\u884c\u6307\u5b9a\u7684\u8bdd<\/h3>\n<pre class=\"post-pre\"><code>% docker logs apache\r\nAH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message\r\nAH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message\r\n[Fri Mar 12 17:47:51.738784 2021] [mpm_event:notice] [pid 1:tid 139856445576320] AH00489: Apache\/2.4.46 (Unix) configured -- resuming normal operations\r\n[Fri Mar 12 17:47:51.738995 2021] [core:notice] [pid 1:tid 139856445576320] AH00094: Command line: 'httpd -D FOREGROUND'\r\n172.17.0.1 - - [12\/Mar\/2021:17:48:47 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n172.17.0.1 - - [12\/Mar\/2021:17:48:59 +0000] \"GET \/favicon.ico HTTP\/1.1\" 404 196\r\n172.17.0.1 - - [12\/Mar\/2021:17:49:17 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n172.17.0.1 - - [12\/Mar\/2021:17:49:17 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n172.17.0.1 - - [12\/Mar\/2021:17:49:17 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n172.17.0.1 - - [12\/Mar\/2021:17:49:17 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n172.17.0.1 - - [12\/Mar\/2021:17:49:17 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n% \r\n<\/code><\/pre>\n<h3>\u5982\u679c\u4f7f\u7528\u5bb9\u5668ID\u8fdb\u884c\u6307\u5b9a<\/h3>\n<p>\u53ea\u8981\u6307\u5b9a\u5bb9\u5668ID\u7684\u524d2\u4f4d\u5373\u53ef\u3002<\/p>\n<pre class=\"post-pre\"><code>% docker logs 25    \r\nAH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message\r\nAH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message\r\n[Fri Mar 12 17:47:51.738784 2021] [mpm_event:notice] [pid 1:tid 139856445576320] AH00489: Apache\/2.4.46 (Unix) configured -- resuming normal operations\r\n[Fri Mar 12 17:47:51.738995 2021] [core:notice] [pid 1:tid 139856445576320] AH00094: Command line: 'httpd -D FOREGROUND'\r\n172.17.0.1 - - [12\/Mar\/2021:17:48:47 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n172.17.0.1 - - [12\/Mar\/2021:17:48:59 +0000] \"GET \/favicon.ico HTTP\/1.1\" 404 196\r\n172.17.0.1 - - [12\/Mar\/2021:17:49:17 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n172.17.0.1 - - [12\/Mar\/2021:17:49:17 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n172.17.0.1 - - [12\/Mar\/2021:17:49:17 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n172.17.0.1 - - [12\/Mar\/2021:17:49:17 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n172.17.0.1 - - [12\/Mar\/2021:17:49:17 +0000] \"GET \/ HTTP\/1.1\" 200 1507\r\n172.17.0.1 - - [12\/Mar\/2021:17:50:08 +0000] \"-\" 408 -\r\n% \r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u73af\u5883 MacBookPro &nbsp; Catalina &nbsp; VirtualBox &nbsp;  [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-36738","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v21.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u901a\u8fc7docker\u673a\u5668\u542f\u52a8Apache - Blog - Silicon Cloud<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.silicloud.com\/zh\/blog\/\u901a\u8fc7docker\u673a\u5668\u542f\u52a8apache\u3002\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u901a\u8fc7docker\u673a\u5668\u542f\u52a8Apache\" \/>\n<meta property=\"og:description\" content=\"\u73af\u5883 MacBookPro &nbsp; Catalina &nbsp; VirtualBox &nbsp; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/zh\/blog\/\u901a\u8fc7docker\u673a\u5668\u542f\u52a8apache\u3002\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-05T23:19:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-04T09:50:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/657d2a9937434c4406c47e19\/18-0.png\" \/>\n<meta name=\"author\" content=\"\u6587, \u7fd4\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u6587, \u7fd4\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/\",\"name\":\"\u901a\u8fc7docker\u673a\u5668\u542f\u52a8Apache - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\"},\"datePublished\":\"2023-08-05T23:19:32+00:00\",\"dateModified\":\"2024-05-04T09:50:22+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/64d5cc7727fffbff2f9a2a8da1de3e5c\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.silicloud.com\/zh\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u901a\u8fc7docker\u673a\u5668\u542f\u52a8Apache\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/\",\"name\":\"Blog - Silicon Cloud\",\"description\":\"\",\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/64d5cc7727fffbff2f9a2a8da1de3e5c\",\"name\":\"\u6587, \u7fd4\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/920c3d673e0bccacc98e5e6b7149bb3c22edd8d39cb753e5d7d7e471498118a1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/920c3d673e0bccacc98e5e6b7149bb3c22edd8d39cb753e5d7d7e471498118a1?s=96&d=mm&r=g\",\"caption\":\"\u6587, \u7fd4\"},\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/author\/wenxiang\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/#local-main-organization-logo\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Blog - Silicon Cloud\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u901a\u8fc7docker\u673a\u5668\u542f\u52a8Apache - Blog - Silicon Cloud","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.silicloud.com\/zh\/blog\/\u901a\u8fc7docker\u673a\u5668\u542f\u52a8apache\u3002\/","og_locale":"zh_CN","og_type":"article","og_title":"\u901a\u8fc7docker\u673a\u5668\u542f\u52a8Apache","og_description":"\u73af\u5883 MacBookPro &nbsp; Catalina &nbsp; VirtualBox &nbsp; [&hellip;]","og_url":"https:\/\/www.silicloud.com\/zh\/blog\/\u901a\u8fc7docker\u673a\u5668\u542f\u52a8apache\u3002\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2023-08-05T23:19:32+00:00","article_modified_time":"2024-05-04T09:50:22+00:00","og_image":[{"url":"https:\/\/cdn.silicloud.com\/blog-img\/blog\/img\/657d2a9937434c4406c47e19\/18-0.png"}],"author":"\u6587, \u7fd4","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u6587, \u7fd4","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"3 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/","url":"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/","name":"\u901a\u8fc7docker\u673a\u5668\u542f\u52a8Apache - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website"},"datePublished":"2023-08-05T23:19:32+00:00","dateModified":"2024-05-04T09:50:22+00:00","author":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/64d5cc7727fffbff2f9a2a8da1de3e5c"},"breadcrumb":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.silicloud.com\/zh\/blog\/"},{"@type":"ListItem","position":2,"name":"\u901a\u8fc7docker\u673a\u5668\u542f\u52a8Apache"}]},{"@type":"WebSite","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website","url":"https:\/\/www.silicloud.com\/zh\/blog\/","name":"Blog - Silicon Cloud","description":"","inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/64d5cc7727fffbff2f9a2a8da1de3e5c","name":"\u6587, \u7fd4","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/920c3d673e0bccacc98e5e6b7149bb3c22edd8d39cb753e5d7d7e471498118a1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/920c3d673e0bccacc98e5e6b7149bb3c22edd8d39cb753e5d7d7e471498118a1?s=96&d=mm&r=g","caption":"\u6587, \u7fd4"},"url":"https:\/\/www.silicloud.com\/zh\/blog\/author\/wenxiang\/"},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e9%80%9a%e8%bf%87docker%e6%9c%ba%e5%99%a8%e5%90%af%e5%8a%a8apache%e3%80%82\/#local-main-organization-logo","url":"","contentUrl":"","caption":"Blog - Silicon Cloud"}]}},"_links":{"self":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/36738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/comments?post=36738"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/36738\/revisions"}],"predecessor-version":[{"id":99790,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/36738\/revisions\/99790"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/media?parent=36738"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/categories?post=36738"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/tags?post=36738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}