{"id":427,"date":"2016-05-19T14:28:05","date_gmt":"2016-05-19T05:28:05","guid":{"rendered":"http:\/\/www.cotegg.com\/blog\/?p=427"},"modified":"2016-05-20T11:02:18","modified_gmt":"2016-05-20T02:02:18","slug":"%e3%80%90dockermac%e3%80%91docker%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89","status":"publish","type":"post","link":"https:\/\/www.cotegg.com\/blog\/?p=427","title":{"rendered":"\u3010Docker\/Mac\u3011Docker\u30b3\u30de\u30f3\u30c9"},"content":{"rendered":"<p>\u3069\u3046\u3082\u4e2d\u7530\u3067\u3059\u3002<\/p>\n<p>\u4eca\u56de\u306fDocker\u3002<br \/>\n\u5df7\u3067\u3088\u304f\u8a71\u306b\u306f\u51fa\u3066\u307e\u3057\u305f\u304c\u4f7f\u3063\u3066\u307f\u308b\u3068\u3081\u3061\u3083\u4fbf\u5229\u3002<br \/>\n\u96d1\u3067\u3059\u304c\u3001\u4f5c\u696d\u3067\u4f7f\u3044\u305d\u3046\u306a\u30b3\u30de\u30f3\u30c9\u3092\u30d4\u30c3\u30af\u30a2\u30c3\u30d7\uff01<\/p>\n<p>&nbsp;<br \/>\n&nbsp;<\/p>\n<h2>\u25a0\u4e8b\u524d\u6e96\u5099<\/h2>\n<p>\u30fbVirtualBox\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<br \/>\n\u30fbDocker-toolbox\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\uff08<a href=\"https:\/\/www.docker.com\/products\/docker-toolbox\">Docker Tookbox<\/a>\uff09<\/p>\n<p>&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<\/p>\n<h2>\u25a0VM\u64cd\u4f5c(docker-machine)<\/h2>\n<h4>VM\u4f5c\u6210<\/h4>\n<p><code>$ docker-machine create --driver virtualbox default<\/code><\/p>\n<h4>VM\u4e00\u89a7<\/h4>\n<p><code>$ docker-machine ls<\/code><\/p>\n<h4>VM\u958b\u59cb<\/h4>\n<p><code>$ docker-machine start default<\/code><\/p>\n<h4>VM\u74b0\u5883\u8a2d\u5b9a\u78ba\u8a8d<\/h4>\n<p><code>$ docker-machine env default<\/code><\/p>\n<h4>\u30b7\u30a7\u30eb\u3092defalut\u306eVM\u306b\u3064\u306a\u3050<\/h4>\n<p><code>$ eval \"$(docker-machine env default)\"<\/code><\/p>\n<h4>hello-world\u30b3\u30f3\u30c6\u30ca\u5b9f\u884c<\/h4>\n<p><code>$ docker run hello-world<\/code><\/p>\n<p>&nbsp;<\/p>\n<p>\u203b\u3053\u306e\u8fba\u306fDocker Quick Start Terminal.app \u3092\u5b9f\u884c\u3057\u305f\u3089\u81ea\u52d5\u7684\u306b\u5b9f\u65bd\u3055\u308c\u308b\u306e\u3067\u3059\u304c\u3001<br \/>\n \u624b\u52d5\u3067\u3084\u308b\u3068\u3057\u305f\u3089\u3053\u3046\u3063\u3066\u3053\u3068\u3067\u3059\u3002<\/p>\n<p>&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<\/p>\n<h2>\u25a0\u30a4\u30e1\u30fc\u30b8\u64cd\u4f5c(docker)<\/h2>\n<h4>\u30a4\u30e1\u30fc\u30b8\u691c\u7d22<\/h4>\n<p><code>$ docker search ubuntu<\/code><\/p>\n<h4>\u30a4\u30e1\u30fc\u30b8\u53d6\u5f97<\/h4>\n<p><code>$ docker pull ubuntu<\/code><br \/>\n<code>$ docker pull ubuntu:12.04 &lt;--\u30d0\u30fc\u30b8\u30e7\u30f3\u6307\u5b9a<\/code><\/p>\n<h4>\u30a4\u30e1\u30fc\u30b8\u767b\u9332<\/h4>\n<p><code>$ docker push ubuntu<\/code><\/p>\n<h4>\u30a4\u30e1\u30fc\u30b8\u524a\u9664<\/h4>\n<p><code>$ docker rmi *image_id*<\/code><\/p>\n<h4>\u30a4\u30e1\u30fc\u30b8\u4f5c\u6210(\u30b3\u30df\u30c3\u30c8)<\/h4>\n<p><code>$ docker commit *container_id* *image_name*<\/code><\/p>\n<h4>\u30a4\u30e1\u30fc\u30b8\u30a8\u30af\u30b9\u30dd\u30fc\u30c8<\/h4>\n<p><code>$ docker save *image_id* &gt; filename.tar<\/code><\/p>\n<h4>\u30a4\u30e1\u30fc\u30b8\u30a4\u30f3\u30dd\u30fc\u30c8<\/h4>\n<p><code>$ docker load &lt; filename.tar<\/code><\/p>\n<p>&nbsp;<\/p>\n<h4>\u30a4\u30e1\u30fc\u30b8\u304b\u3089\u30b3\u30f3\u30c6\u30ca\u751f\u6210(docker run)<\/h4>\n<h6>\u30db\u30b9\u30c8\u540d\u4ed8\u4e0e(-h)<\/h6>\n<p><code>$ docker run -h *hostname* -i -t ubuntu \/bin\/bash<\/code><\/p>\n<h6>\u30dd\u30fc\u30c8\u30d5\u30a9\u30ef\u30fc\u30c9(host:8080 -> guest:80)<\/h6>\n<p><code>$ docker run -i -t -p 8080:80 ubuntu \/bin\/bash<\/code><\/p>\n<h6>\u30b3\u30f3\u30c6\u30ca\u540d\u4ed8\u4e0e(&#8211;name)<\/h6>\n<p><code>$ docker run --name *container_name* -i -t ubuntu \/bin\/bash<\/code><\/p>\n<h6>\u8d77\u52d5\u5f8c\u306e\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30e2\u30fc\u30c9(-i)<\/h6>\n<p><code>$ docker run -i -t ubuntu \/bin\/bash<\/code><\/p>\n<h6>\u7d42\u4e86\u6642\u306e\u30b3\u30f3\u30c6\u30ca\u7834\u68c4(-rm)<\/h6>\n<p><code>$ docker run --rm -t -i ubuntu \/bin\/bash<\/code><\/p>\n<h6>CPU\u4f7f\u7528\u7387\u6307\u5b9a(-c)<\/h6>\n<p><code>$ docker run -c 200 -i -t ubuntu \/bin\/bash<\/code><\/p>\n<h6>\u30e1\u30e2\u30ea\u6307\u5b9a(-m)<\/h6>\n<p><code>$ docker run -m 512m -i -t ubuntu \/bin\/bash<\/code><\/p>\n<h6>\u30b3\u30f3\u30c6\u30ca\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u8d77\u52d5(-d)<\/h6>\n<p><code>$ docker run -i -t -d ubuntu \/bin\/bash<\/code><\/p>\n<h6>\u30db\u30b9\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u30de\u30a6\u30f3\u30c8<\/h6>\n<p><code>$ docker run -v \/home\/user\/dir:\/root\/dir<\/code><\/p>\n<p>&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<\/p>\n<h2>\u25a0\u30b3\u30f3\u30c6\u30ca\u64cd\u4f5c<\/h2>\n<h4>\u30b3\u30f3\u30c6\u30ca\u4e00\u89a7<\/h4>\n<p><code>$ docker ps -a<\/code><\/p>\n<h4>\u30b3\u30f3\u30c6\u30ca\u8d77\u52d5<\/h4>\n<p><code>$ docker start -a *container_id*<\/code><br \/>\n-a \u306f &#8220;attach&#8221;<\/p>\n<h4>\u30b3\u30f3\u30c6\u30ca\u505c\u6b62<\/h4>\n<p><code>$ docker stop *container_id*<\/code><\/p>\n<h4>\u30b3\u30f3\u30c6\u30ca\u518d\u8d77\u52d5<\/h4>\n<p><code>$ docker restart *container_id*<\/code><\/p>\n<h4>\u30b3\u30f3\u30c6\u30ca\u30ed\u30b0\u30a4\u30f3(\u8d77\u52d5\u4e2d\u30b3\u30f3\u30c6\u30ca)<\/h4>\n<p><code>$ docker attach --sig-proxy=false *container_id*<\/code><\/p>\n<h4>\u30b3\u30f3\u30c6\u30ca\u524a\u9664<\/h4>\n<p><code>$ docker rm *container_id*<\/code><\/p>\n<h4>\u30b3\u30f3\u30c6\u30ca\u5168\u524a\u9664<\/h4>\n<p><code>$ docker rm $(docker ps -a -q)<\/code><\/p>\n<h4>\u30b3\u30f3\u30c6\u30ca\u30a8\u30af\u30b9\u30dd\u30fc\u30c8<\/h4>\n<p><code>$ docker export *container_id* &gt; filename.tar<\/code><\/p>\n<h4>\u30b3\u30f3\u30c6\u30ca\u30a4\u30f3\u30dd\u30fc\u30c8(URL)<\/h4>\n<p><code>$ docker import url *image_id*<\/code><\/p>\n<h4>\u30b3\u30f3\u30c6\u30ca\u30a4\u30f3\u30dd\u30fc\u30c8(\u30d5\u30a1\u30a4\u30eb)<\/h4>\n<p><code>$ cat filename.tar | docker import - *image_id*<\/code><\/p>\n<h4>\u30b3\u30f3\u30c6\u30ca\u304b\u3089\u30a4\u30e1\u30fc\u30b8\u4f5c\u6210(\u30b3\u30df\u30c3\u30c8)<\/h4>\n<p><code>$ docker commit *container_id* *image_name*<\/code><\/p>\n<p>&nbsp;<br \/>\n&nbsp;<\/p>\n<h4>\u8133\u5185\u30a4\u30e1\u30fc\u30b8<\/h4>\n<p><a href=\"http:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2016\/05\/IMG_3047.jpg\"><img decoding=\"async\" loading=\"lazy\" src=\"http:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2016\/05\/IMG_3047-300x225.jpg\" alt=\"IMG_3047\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-432\" srcset=\"https:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2016\/05\/IMG_3047-300x225.jpg 300w, https:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2016\/05\/IMG_3047-768x576.jpg 768w, https:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2016\/05\/IMG_3047-1024x768.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u3069\u3046\u3082\u4e2d\u7530\u3067\u3059\u3002 \u4eca\u56de\u306fDocker\u3002 \u5df7\u3067\u3088\u304f\u8a71\u306b\u306f\u51fa\u3066\u307e\u3057\u305f\u304c\u4f7f\u3063\u3066\u307f\u308b\u3068\u3081 &#8230; <\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[7],"tags":[32],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.13 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u3010Docker\/Mac\u3011Docker\u30b3\u30de\u30f3\u30c9 | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4<\/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.cotegg.com\/blog\/?p=427\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u3010Docker\/Mac\u3011Docker\u30b3\u30de\u30f3\u30c9 | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4\" \/>\n<meta property=\"og:description\" content=\"\u3069\u3046\u3082\u4e2d\u7530\u3067\u3059\u3002 \u4eca\u56de\u306fDocker\u3002 \u5df7\u3067\u3088\u304f\u8a71\u306b\u306f\u51fa\u3066\u307e\u3057\u305f\u304c\u4f7f\u3063\u3066\u307f\u308b\u3068\u3081 ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cotegg.com\/blog\/?p=427\" \/>\n<meta property=\"og:site_name\" content=\"\u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/COTegg.japan\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-05-19T05:28:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-05-20T02:02:18+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2016\/05\/IMG_3047-300x225.jpg\" \/>\n<meta name=\"author\" content=\"\u4e2d\u7530 \u6b69\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cotegg_japan\" \/>\n<meta name=\"twitter:site\" content=\"@cotegg_japan\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u4e2d\u7530 \u6b69\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=427#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=427\"},\"author\":{\"name\":\"\u4e2d\u7530 \u6b69\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/bee6afc3e5cc03652345976570794aef\"},\"headline\":\"\u3010Docker\/Mac\u3011Docker\u30b3\u30de\u30f3\u30c9\",\"datePublished\":\"2016-05-19T05:28:05+00:00\",\"dateModified\":\"2016-05-20T02:02:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=427\"},\"wordCount\":54,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/#organization\"},\"keywords\":[\"docker\"],\"articleSection\":[\"\u6280\u8853\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.cotegg.com\/blog\/?p=427#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=427\",\"url\":\"https:\/\/www.cotegg.com\/blog\/?p=427\",\"name\":\"\u3010Docker\/Mac\u3011Docker\u30b3\u30de\u30f3\u30c9 | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4\",\"isPartOf\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/#website\"},\"datePublished\":\"2016-05-19T05:28:05+00:00\",\"dateModified\":\"2016-05-20T02:02:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=427#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cotegg.com\/blog\/?p=427\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=427#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.cotegg.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u3010Docker\/Mac\u3011Docker\u30b3\u30de\u30f3\u30c9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#website\",\"url\":\"https:\/\/www.cotegg.com\/blog\/\",\"name\":\"COTegg\u306e\u30d0\u30b1\u30c4\",\"description\":\"- Bucket of cotegg -\",\"publisher\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.cotegg.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#organization\",\"name\":\"COTegg Inc.\",\"url\":\"https:\/\/www.cotegg.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2015\/07\/logo_color1_yoko-e1436354651882.png\",\"contentUrl\":\"https:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2015\/07\/logo_color1_yoko-e1436354651882.png\",\"width\":176,\"height\":60,\"caption\":\"COTegg Inc.\"},\"image\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/COTegg.japan\/\",\"https:\/\/twitter.com\/cotegg_japan\",\"https:\/\/www.instagram.com\/cotegg_japan\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/bee6afc3e5cc03652345976570794aef\",\"name\":\"\u4e2d\u7530 \u6b69\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ce4d0b00ef87081854562ad73f762659?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ce4d0b00ef87081854562ad73f762659?s=96&d=mm&r=g\",\"caption\":\"\u4e2d\u7530 \u6b69\"},\"sameAs\":[\"http:\/\/www.cotegg.com\"],\"url\":\"https:\/\/www.cotegg.com\/blog\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u3010Docker\/Mac\u3011Docker\u30b3\u30de\u30f3\u30c9 | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4","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.cotegg.com\/blog\/?p=427","og_locale":"ja_JP","og_type":"article","og_title":"\u3010Docker\/Mac\u3011Docker\u30b3\u30de\u30f3\u30c9 | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4","og_description":"\u3069\u3046\u3082\u4e2d\u7530\u3067\u3059\u3002 \u4eca\u56de\u306fDocker\u3002 \u5df7\u3067\u3088\u304f\u8a71\u306b\u306f\u51fa\u3066\u307e\u3057\u305f\u304c\u4f7f\u3063\u3066\u307f\u308b\u3068\u3081 ...","og_url":"https:\/\/www.cotegg.com\/blog\/?p=427","og_site_name":"\u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4","article_publisher":"https:\/\/www.facebook.com\/COTegg.japan\/","article_published_time":"2016-05-19T05:28:05+00:00","article_modified_time":"2016-05-20T02:02:18+00:00","og_image":[{"url":"http:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2016\/05\/IMG_3047-300x225.jpg"}],"author":"\u4e2d\u7530 \u6b69","twitter_card":"summary_large_image","twitter_creator":"@cotegg_japan","twitter_site":"@cotegg_japan","twitter_misc":{"\u57f7\u7b46\u8005":"\u4e2d\u7530 \u6b69","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"1\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cotegg.com\/blog\/?p=427#article","isPartOf":{"@id":"https:\/\/www.cotegg.com\/blog\/?p=427"},"author":{"name":"\u4e2d\u7530 \u6b69","@id":"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/bee6afc3e5cc03652345976570794aef"},"headline":"\u3010Docker\/Mac\u3011Docker\u30b3\u30de\u30f3\u30c9","datePublished":"2016-05-19T05:28:05+00:00","dateModified":"2016-05-20T02:02:18+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cotegg.com\/blog\/?p=427"},"wordCount":54,"commentCount":0,"publisher":{"@id":"https:\/\/www.cotegg.com\/blog\/#organization"},"keywords":["docker"],"articleSection":["\u6280\u8853"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.cotegg.com\/blog\/?p=427#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.cotegg.com\/blog\/?p=427","url":"https:\/\/www.cotegg.com\/blog\/?p=427","name":"\u3010Docker\/Mac\u3011Docker\u30b3\u30de\u30f3\u30c9 | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4","isPartOf":{"@id":"https:\/\/www.cotegg.com\/blog\/#website"},"datePublished":"2016-05-19T05:28:05+00:00","dateModified":"2016-05-20T02:02:18+00:00","breadcrumb":{"@id":"https:\/\/www.cotegg.com\/blog\/?p=427#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cotegg.com\/blog\/?p=427"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.cotegg.com\/blog\/?p=427#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cotegg.com\/blog"},{"@type":"ListItem","position":2,"name":"\u3010Docker\/Mac\u3011Docker\u30b3\u30de\u30f3\u30c9"}]},{"@type":"WebSite","@id":"https:\/\/www.cotegg.com\/blog\/#website","url":"https:\/\/www.cotegg.com\/blog\/","name":"COTegg\u306e\u30d0\u30b1\u30c4","description":"- Bucket of cotegg -","publisher":{"@id":"https:\/\/www.cotegg.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cotegg.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/www.cotegg.com\/blog\/#organization","name":"COTegg Inc.","url":"https:\/\/www.cotegg.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.cotegg.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2015\/07\/logo_color1_yoko-e1436354651882.png","contentUrl":"https:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2015\/07\/logo_color1_yoko-e1436354651882.png","width":176,"height":60,"caption":"COTegg Inc."},"image":{"@id":"https:\/\/www.cotegg.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/COTegg.japan\/","https:\/\/twitter.com\/cotegg_japan","https:\/\/www.instagram.com\/cotegg_japan\/"]},{"@type":"Person","@id":"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/bee6afc3e5cc03652345976570794aef","name":"\u4e2d\u7530 \u6b69","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ce4d0b00ef87081854562ad73f762659?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ce4d0b00ef87081854562ad73f762659?s=96&d=mm&r=g","caption":"\u4e2d\u7530 \u6b69"},"sameAs":["http:\/\/www.cotegg.com"],"url":"https:\/\/www.cotegg.com\/blog\/?author=2"}]}},"_links":{"self":[{"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/427"}],"collection":[{"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=427"}],"version-history":[{"count":6,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/427\/revisions"}],"predecessor-version":[{"id":434,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/427\/revisions\/434"}],"wp:attachment":[{"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=427"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=427"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=427"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}