{"id":4817,"date":"2017-04-27T08:38:00","date_gmt":"2017-04-26T23:38:00","guid":{"rendered":"http:\/\/auctionpro.co.kr\/?p=4817"},"modified":"2024-09-30T13:02:52","modified_gmt":"2024-09-30T04:02:52","slug":"docker-%ec%84%b8%ed%8c%85","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=4817","title":{"rendered":"Docker \uc138\ud305"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Docker\ub780<\/h3>\n\n\n\n<p>\ub3c4\ucee4(Docker)\ub294 OS\uc5d0 \uc571\uc744 \ud328\ud0a4\uc9d5\ud558\uc5ec \ubc30\ud3ec\ud560 \uc218 \uc788\ub3c4\ub85d \ud574 \uc8fc\ub294 \ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4.<br>\n\uac00\uc0c1\uba38\uc2e0 \ubc0f \uac00\uc0c1OS \uc124\uce58 \uc5c6\uc774 \ud504\ub85c\uadf8\ub7a8 \uac00\ub3d9\uc774 \uac00\ub2a5 \ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1.OS\ud655\uc778<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ubuntu Lunar 23.04<\/li>\n\n\n\n<li>Ubuntu Kinetic 22.10<\/li>\n\n\n\n<li>Ubuntu Jammy 22.04 (LTS)<\/li>\n\n\n\n<li>Ubuntu Focal 20.04 (LTS)<\/li>\n\n\n\n<li>Ubuntu Bionic 18.04 (LTS)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2.Set up the repository<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get update\nsudo apt-get install ca-certificates curl gnupg<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code> sudo install -m 0755 -d \/etc\/apt\/keyrings\n curl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg | sudo gpg --dearmor -o \/etc\/apt\/keyrings\/docker.gpg\n sudo chmod a+r \/etc\/apt\/keyrings\/docker.gpg<\/code><\/pre>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">echo \\\n  \"deb [arch=\"$(dpkg --print-architecture)\" signed-by=\/etc\/apt\/keyrings\/docker.gpg] https:\/\/download.docker.com\/linux\/ubuntu \\\n  \"$(. \/etc\/os-release &amp;&amp; echo \"$VERSION_CODENAME\")\" stable\" | \\\n  sudo tee \/etc\/apt\/sources.list.d\/docker.list &gt; \/dev\/null<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">3.Install Docker Engine<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get update\nsudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">4.\uc124\uce58\ud655\uc778<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo service docker start\nsudo docker run hello-world<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>~$ sudo docker run hello-world\nUnable to find image 'hello-world:latest' locally\nlatest: Pulling from library\/hello-world\n70f5ac315c5a: Pull complete\nDigest: sha256:fc6cf906cbfa013e80938cdf0bb199fbdbb86d6e3e013783e5a766f50f5dbce0\nStatus: Downloaded newer image for hello-world:latest\n\nHello from Docker!\nThis message shows that your installation appears to be working correctly.\n\nTo generate this message, Docker took the following steps:\n 1. The Docker client contacted the Docker daemon.\n 2. The Docker daemon pulled the \"hello-world\" image from the Docker Hub.\n    (arm64v8)\n 3. The Docker daemon created a new container from that image which runs the\n    executable that produces the output you are currently reading.\n 4. The Docker daemon streamed that output to the Docker client, which sent it\n    to your terminal.\n\nTo try something more ambitious, you can run an Ubuntu container with:\n $ docker run -it ubuntu bash\n\nShare images, automate workflows, and more with a free Docker ID:\n https:&#47;&#47;hub.docker.com\/\n\nFor more examples and ideas, visit:\n https:\/\/docs.docker.com\/get-started\/\n\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">5.Uninstall Docker Engine<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras\nsudo rm -rf \/var\/lib\/docker\nsudo rm -rf \/var\/lib\/containerd<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">curl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg | sudo apt-key add -\nsudo add-apt-repository \"deb [arch=amd64] https:\/\/download.docker.com\/linux\/ubuntu $(lsb_release -cs) stable\"\nsudo apt-get update\napt-cache policy docker-ce\nsudo apt-get install -y docker-ce<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo docker run hello-world<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Oracle 11g \uc124\uce58 \ud574\ubcf4\uae30<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1.\uac80\uc0c9<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"font-size:10 lang:vim decode:true \">sudo docker search oracle-xe-11g\nNAME                                 DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED\noracleinanutshell\/oracle-xe-11g                                                      273\nwnameless\/oracle-xe-11g-r2           Oracle Express Edition 11g Release 2 on Ubun\u2026   96\nchristophesurmont\/oracle-xe-11g      Clone of the wnameless\/oracle-xe-11g.           7\nthebookpeople\/oracle-xe-11g                                                          5\nwebdizz\/oracle-xe-11g-sa             This is a simple image based on sath89\/oracl\u2026   1                    [OK]\nacktsw\/oracle-xe-11g                 fork from https:\/\/hub.docker.com\/r\/sath89\/or\u2026   3                    [OK]\njaspeen\/oracle-xe-11g                Fork from sath89\/docker-oracle-xe-11g - smal\u2026   6                    [OK]\norangehrm\/oracle-xe-11g               docker container with Oracle Express Editio\u2026   17                   [OK]\nloads\/oracle-xe-11g-r2                                                               0\nandyrbell\/oracle-xe-11g-centos       Oracle Express Edition 11g Release 2 on Cent\u2026   0\nlarmic\/oracle-xe-11g                 Using wnameless\/oracle-xe-11g with created u\u2026   0\njark\/oracle-xe-11g-r2-cdc                                                            0\ndotcms\/oracle-xe-11g                                                                 0\nukhomeofficedigital\/oracle-xe-11g    Oracle Database Express Edition 11g Container   4                    [OK]\nzeroturnaround\/oracle-xe-11g                                                         0\nnritholtz\/oracle-xe-11g              nritholtz\/oracle-xe-11g                         0\nactiveeon\/oracle-xe-11g                                                              0\ngaesi\/oracle-xe-11g                  Based on: oracleinanutshell\/oracle-xe-11g       0\nwscherphof\/oracle-xe-11g-r2          Oracle\u00ae Database Express Edition 11g Release\u2026   3\ntoneloc01\/oracle-xe-11g              Out-of-the-box oralce xe image from ubuntu 1\u2026   0\nswitchsoftware\/oracle-xe-11g                                                         0\nyuxialuo\/oracle-xe-11g-r2-cdc-demo                                                   0\naerisconsulting\/oracle-xe-11g        Oracle Express 11g R2 on Ubuntu 16.04 LTS (b\u2026   0\npaliari\/oracle-xe-11g                                                                0\navuletica\/oracle-xe-11g-r2           Dockerfile of Oracle Database Express Editio\u2026   0<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">2.pull<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo docker pull jaspeen\/oracle-xe-11g<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">3. \uc2e4\ud589<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo docker run --name oracle -d -p 1521:1521 jaspeen\/oracle-xe-11g<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">4.sqlplus \uc2e4\ud589<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">sudo docker exec -it oracle sqlplus\n\nSQL*Plus: Release 11.2.0.2.0 Production on Fri Feb 25 12:44:34 2022\n\nCopyright (c) 1982, 2011, Oracle.  All rights reserved.\n\nEnter user-name: system\nEnter password: password\n\nConnected to:\nOracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production\n\nSQL&gt; <\/pre><\/div>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\ubaa8\ub4e0 docker \ud655\uc778 \ubc0f  \uc911\uc9c0<\/h2>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \" >sudo docker ps -a \nsudo docker stop $(docker ps -a -q)<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Docker\ub780 \ub3c4\ucee4(Docker)\ub294 OS\uc5d0 \uc571\uc744 \ud328\ud0a4\uc9d5\ud558\uc5ec \ubc30\ud3ec\ud560 \uc218 \uc788\ub3c4\ub85d \ud574 \uc8fc\ub294 \ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4. \uac00\uc0c1\uba38\uc2e0 \ubc0f \uac00\uc0c1OS \uc124\uce58 \uc5c6\uc774 \ud504\ub85c\uadf8\ub7a8 \uac00\ub3d9\uc774 \uac00\ub2a5 \ud569\ub2c8\ub2e4. 1.OS\ud655\uc778 2.Set up the repository <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=4817\" title=\"Docker \uc138\ud305\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-4817","post","type-post","status-publish","format-standard","hentry","category-auctonpro-is"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Docker \uc138\ud305 - AuctionPro<\/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.auctionpro.co.kr\/?p=4817\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Docker \uc138\ud305 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"Docker\ub780 \ub3c4\ucee4(Docker)\ub294 OS\uc5d0 \uc571\uc744 \ud328\ud0a4\uc9d5\ud558\uc5ec \ubc30\ud3ec\ud560 \uc218 \uc788\ub3c4\ub85d \ud574 \uc8fc\ub294 \ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4. \uac00\uc0c1\uba38\uc2e0 \ubc0f \uac00\uc0c1OS \uc124\uce58 \uc5c6\uc774 \ud504\ub85c\uadf8\ub7a8 \uac00\ub3d9\uc774 \uac00\ub2a5 \ud569\ub2c8\ub2e4. 1.OS\ud655\uc778 2.Set up the repository [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=4817\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2017-04-26T23:38:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-30T04:02:52+00:00\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=4817#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=4817\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"Docker \uc138\ud305\",\"datePublished\":\"2017-04-26T23:38:00+00:00\",\"dateModified\":\"2024-09-30T04:02:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=4817\"},\"wordCount\":34,\"commentCount\":0,\"articleSection\":[\"AuctonPro is...\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=4817#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=4817\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=4817\",\"name\":\"Docker \uc138\ud305 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2017-04-26T23:38:00+00:00\",\"dateModified\":\"2024-09-30T04:02:52+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=4817#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=4817\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=4817#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docker \uc138\ud305\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Docker \uc138\ud305 - AuctionPro","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.auctionpro.co.kr\/?p=4817","og_locale":"ko_KR","og_type":"article","og_title":"Docker \uc138\ud305 - AuctionPro","og_description":"Docker\ub780 \ub3c4\ucee4(Docker)\ub294 OS\uc5d0 \uc571\uc744 \ud328\ud0a4\uc9d5\ud558\uc5ec \ubc30\ud3ec\ud560 \uc218 \uc788\ub3c4\ub85d \ud574 \uc8fc\ub294 \ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4. \uac00\uc0c1\uba38\uc2e0 \ubc0f \uac00\uc0c1OS \uc124\uce58 \uc5c6\uc774 \ud504\ub85c\uadf8\ub7a8 \uac00\ub3d9\uc774 \uac00\ub2a5 \ud569\ub2c8\ub2e4. 1.OS\ud655\uc778 2.Set up the repository [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=4817","og_site_name":"AuctionPro","article_published_time":"2017-04-26T23:38:00+00:00","article_modified_time":"2024-09-30T04:02:52+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"3\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=4817#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=4817"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"Docker \uc138\ud305","datePublished":"2017-04-26T23:38:00+00:00","dateModified":"2024-09-30T04:02:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=4817"},"wordCount":34,"commentCount":0,"articleSection":["AuctonPro is..."],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=4817#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=4817","url":"https:\/\/www.auctionpro.co.kr\/?p=4817","name":"Docker \uc138\ud305 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2017-04-26T23:38:00+00:00","dateModified":"2024-09-30T04:02:52+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=4817#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=4817"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=4817#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"Docker \uc138\ud305"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/4817","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4817"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/4817\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4817"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4817"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}