{"id":5179,"date":"2015-06-03T06:22:23","date_gmt":"2015-06-03T06:22:23","guid":{"rendered":"https:\/\/bodhost.com\/kb\/?p=5179"},"modified":"2026-02-26T14:03:13","modified_gmt":"2026-02-26T14:03:13","slug":"installing-docker-on-centos-7-in-four-simple-steps","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/","title":{"rendered":"Installing Docker on CentOS 7 in Four Simple Steps"},"content":{"rendered":"<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><a href=\"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/06\/Installing_Docker.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-5180\" src=\"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/06\/Installing_Docker-300x225.jpg\" alt=\"Installing_Docker\" width=\"345\" height=\"259\" srcset=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/06\/Installing_Docker-300x225.jpg 300w, https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/06\/Installing_Docker.jpg 454w\" sizes=\"auto, (max-width: 345px) 100vw, 345px\" \/><\/a><\/figure>\r\n<\/div>\r\n\r\n\r\n<p>Are you new to Docker? Docker is an open-source, container-based software framework for creating and managing Linux containers (LXC) in an easy manner. What are containers? Containers are lightweight, encapsulated and portable application modules.<\/p>\r\n\r\n\r\n\r\n<p>When talking about benefits, Docker helps the coders and system admin with their application development in a container and further can be scaled up to 1000 nodes.<\/p>\r\n\r\n\r\n\r\n<p>In this post, we will be discussing the basic installation of Docker in CentOS 7. x \u2013<\/p>\r\n\r\n\r\n\r\n<ol>\r\n<li><strong>Installing Docker<br \/><\/strong>There is a need to update your packages:\r\n\r\n\r\n<p>yum \u2013y update<\/p>\r\n\r\n\r\n\r\n<p>Now, it\u2019s time to install Docker by installing the docker-io package.<\/p>\r\n\r\n\r\n\r\n<p>yum \u2013y install docker docker-registry<\/p>\r\n<\/li>\r\n<li><strong>Starting Docker and Ensuring Docker Starts on Boot<br \/><\/strong>Set the Docker service to start at boot:\r\n\r\n\r\n<p>systemct1 enable docker.service<\/p>\r\n\r\n\r\n\r\n<p>Then start the Docker service:<\/p>\r\n\r\n\r\n\r\n<p>systemct1 start docker.service<\/p>\r\n\r\n\r\n\r\n<p>You can verify your work by checking the status of Docker:<\/p>\r\n\r\n\r\n\r\n<p>systemct1 status docker.service<\/p>\r\n<\/li>\r\n<li><strong><strong>Downloading a Docker Container<br \/><\/strong><\/strong>Let\u2019s start using Docker. Download the Centos Docker image:<strong><strong>\r\n\r\n<\/strong><\/strong>\r\n<p>docker pull centos<\/p>\r\n<\/li>\r\n<li><strong>Running a Docker Container<br \/><\/strong>Now, it\u2019s time to set up a basic centos container using a bash shell wherein we have to run only one command, docker run will run a command in a new container, -I attaches stdin and stdout, -t allocates a tty.\r\n\r\n\r\n<p>docker run \u2013i \u2013t centos \/bin\/bash<\/p>\r\n\r\n\r\n\r\n<p>That\u2019s done! This means you are now using a bash shell inside of a centos docker container.<\/p>\r\n\r\n\r\n\r\n<p>If you want to disconnect or detach from the shell without existing use the escape sequence<\/p>\r\n\r\n\r\n\r\n<p>Ctrl-p + Ctrl-q<\/p>\r\n\r\n\r\n\r\n<p>You will find several community containers already available and can be found through research. For example, the command below is for searching for the keyword centos \u2013<\/p>\r\n\r\n\r\n\r\n<p>docker search centos\u00a0<\/p>\r\n\r\n\r\n\r\n<p>\u00a0So, you can now install Docker on CentOS 7.x with these simple steps.<\/p>\r\n<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","protected":false},"excerpt":{"rendered":"<p>Are you new to Docker? Docker is an open-source, container-based software framework for creating and managing Linux containers (LXC) in an easy manner. What are containers? Containers are lightweight, encapsulated and portable application modules. When talking about benefits, Docker helps the coders and system admin with their application development in a container and further can [&hellip;]<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[297],"tags":[671,672],"class_list":["post-5179","post","type-post","status-publish","format-standard","hentry","category-faq","tag-centos-7","tag-docker"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Installing Docker on CentOS 7 in Four Simple Steps<\/title>\n<meta name=\"description\" content=\"Learn how to easily install Docker on CentOS 7 in just four simple steps. Unlock the power of containerization and streamline your workflow today!\" \/>\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.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installing Docker on CentOS 7 in Four Simple Steps\" \/>\n<meta property=\"og:description\" content=\"Learn how to easily install Docker on CentOS 7 in just four simple steps. Unlock the power of containerization and streamline your workflow today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - bodHOST\" \/>\n<meta property=\"article:published_time\" content=\"2015-06-03T06:22:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-26T14:03:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/06\/Installing_Docker.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"454\" \/>\n\t<meta property=\"og:image:height\" content=\"340\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"anilr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"anilr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/\"},\"author\":{\"name\":\"anilr\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/8871ea0c76482a5a482e48538ae4dbb3\"},\"headline\":\"Installing Docker on CentOS 7 in Four Simple Steps\",\"datePublished\":\"2015-06-03T06:22:23+00:00\",\"dateModified\":\"2026-02-26T14:03:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/\"},\"wordCount\":305,\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2015\\\/06\\\/Installing_Docker-300x225.jpg\",\"keywords\":[\"centos 7\",\"docker\"],\"articleSection\":[\"FAQs\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/\",\"name\":\"Installing Docker on CentOS 7 in Four Simple Steps\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2015\\\/06\\\/Installing_Docker-300x225.jpg\",\"datePublished\":\"2015-06-03T06:22:23+00:00\",\"dateModified\":\"2026-02-26T14:03:13+00:00\",\"description\":\"Learn how to easily install Docker on CentOS 7 in just four simple steps. Unlock the power of containerization and streamline your workflow today!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2015\\\/06\\\/Installing_Docker-300x225.jpg\",\"contentUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2015\\\/06\\\/Installing_Docker-300x225.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/installing-docker-on-centos-7-in-four-simple-steps\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"FAQs\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/category\\\/faq\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installing Docker on CentOS 7 in Four Simple Steps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"alternateName\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"contentUrl\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"width\":240,\"height\":240,\"caption\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/8871ea0c76482a5a482e48538ae4dbb3\",\"name\":\"anilr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g\",\"caption\":\"anilr\"},\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/author\\\/anilr\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installing Docker on CentOS 7 in Four Simple Steps","description":"Learn how to easily install Docker on CentOS 7 in just four simple steps. Unlock the power of containerization and streamline your workflow today!","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.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/","og_locale":"en_US","og_type":"article","og_title":"Installing Docker on CentOS 7 in Four Simple Steps","og_description":"Learn how to easily install Docker on CentOS 7 in just four simple steps. Unlock the power of containerization and streamline your workflow today!","og_url":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/","og_site_name":"Knowledge Base - bodHOST","article_published_time":"2015-06-03T06:22:23+00:00","article_modified_time":"2026-02-26T14:03:13+00:00","og_image":[{"width":454,"height":340,"url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2015\/06\/Installing_Docker.jpg","type":"image\/jpeg"}],"author":"anilr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"anilr","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/#article","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/"},"author":{"name":"anilr","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/8871ea0c76482a5a482e48538ae4dbb3"},"headline":"Installing Docker on CentOS 7 in Four Simple Steps","datePublished":"2015-06-03T06:22:23+00:00","dateModified":"2026-02-26T14:03:13+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/"},"wordCount":305,"publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/#primaryimage"},"thumbnailUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/06\/Installing_Docker-300x225.jpg","keywords":["centos 7","docker"],"articleSection":["FAQs"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/","url":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/","name":"Installing Docker on CentOS 7 in Four Simple Steps","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/#primaryimage"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/#primaryimage"},"thumbnailUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/06\/Installing_Docker-300x225.jpg","datePublished":"2015-06-03T06:22:23+00:00","dateModified":"2026-02-26T14:03:13+00:00","description":"Learn how to easily install Docker on CentOS 7 in just four simple steps. Unlock the power of containerization and streamline your workflow today!","breadcrumb":{"@id":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/#primaryimage","url":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/06\/Installing_Docker-300x225.jpg","contentUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2015\/06\/Installing_Docker-300x225.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/kb\/installing-docker-on-centos-7-in-four-simple-steps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"FAQs","item":"https:\/\/www.bodhost.com\/kb\/category\/faq\/"},{"@type":"ListItem","position":2,"name":"Installing Docker on CentOS 7 in Four Simple Steps"}]},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/kb\/#website","url":"https:\/\/www.bodhost.com\/kb\/","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","description":"","publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"alternateName":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bodhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/kb\/#organization","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","url":"https:\/\/www.bodhost.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","contentUrl":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","width":240,"height":240,"caption":"Web Hosting Knowledge Base | bodHOST Hosting FAQ"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/8871ea0c76482a5a482e48538ae4dbb3","name":"anilr","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/11307531bf21385b7c7046df25e96e38f4530ef77506385bb9d9c72798e5b284?s=96&d=mm&r=g","caption":"anilr"},"url":"https:\/\/www.bodhost.com\/kb\/author\/anilr\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/5179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/comments?post=5179"}],"version-history":[{"count":8,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/5179\/revisions"}],"predecessor-version":[{"id":12154,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/5179\/revisions\/12154"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/media?parent=5179"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/categories?post=5179"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/tags?post=5179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}