{"id":127453,"date":"2024-03-28T13:09:55","date_gmt":"2024-03-28T17:09:55","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=127453"},"modified":"2025-07-08T09:02:12","modified_gmt":"2025-07-08T13:02:12","slug":"what-is-docker","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/","title":{"rendered":"What is Docker?"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image-1024x538.png\" alt=\"What is Docker? Hero Image\" class=\"wp-image-127475\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>Docker is a platform that allows you to develop, deploy, and run applications in containers. Containers are lightweight, portable, and self-sufficient units that encapsulate all the necessary components, such as code, runtime, system tools, libraries, and settings, needed to run an application. Docker provides tools and a platform for creating, managing, and running these containers efficiently.<\/p>\n\n\n\n<p class=\"alert alert-success\">Docker is now available to install on all <a href=\"https:\/\/www.inmotionhosting.com\/vps-hosting\" target=\"_blank\" rel=\"noreferrer noopener\">VPS<\/a> and <a href=\"https:\/\/www.inmotionhosting.com\/dedicated-servers\" target=\"_blank\" rel=\"noreferrer noopener\">Dedicated Servers<\/a> from InMotion Hosting, including UltraStack ONE, Unmanaged Cloud VPS, Control Web Panel, and cPanel-Managed VPS. Only experienced users should use Docker. Technical Support cannot assist with Docker issues, but if you need help, you can contact our <a href=\"https:\/\/www.inmotionhosting.com\/solutions\" target=\"_blank\" rel=\"noreferrer noopener\">InMotion Solutions team<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How does Docker differ from a Virtual Machine (VM)?<\/h2>\n\n\n\n<p>While both Docker containers and virtual machines serve the purpose of isolating applications, they operate differently:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Resource Utilization:<\/strong> Virtual machines require a hypervisor to emulate hardware, which consumes more resources (CPU, memory, disk space) compared to containers. Docker containers share the host system\u2019s kernel and do not require a separate operating system instance for each container, resulting in more efficient resource utilization.<\/li>\n\n\n\n<li><strong>Isolation:<\/strong> Virtual machines provide full isolation, with each VM having its own operating system, which makes them heavier and slower to start compared to containers. Docker containers share the host operating system\u2019s kernel but are isolated from each other using kernel namespaces and control groups (cgroups), providing lightweight isolation.<\/li>\n\n\n\n<li><strong>Portability and Scalability:<\/strong> Docker containers are more portable and easier to move across different environments because they encapsulate all dependencies within the container image. Virtual machines, on the other hand, require more effort to move between different hypervisors or cloud platforms due to differences in virtualization formats.<\/li>\n\n\n\n<li><strong>Speed:<\/strong> Docker containers typically start much faster than virtual machines since they don\u2019t need to boot an entire operating system. This makes Docker ideal for applications requiring rapid scaling or frequent deployment.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Installing Docker on your VPS or Dedicated Server<\/h2>\n\n\n\n<p>For the latest instructions on installing Docker on your VPS or Dedicated Server, refer to the official documentation: <a href=\"https:\/\/docs.docker.com\/engine\/install\/centos\/\" target=\"_blank\" rel=\"noreferrer noopener\">Installing Docker on CentOS\/AlmaLinux<\/a> and <a href=\"https:\/\/docs.docker.com\/engine\/install\/ubuntu\/\" target=\"_blank\" rel=\"noreferrer noopener\">Installing Docker on Ubuntu<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Docker FAQ<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Can Non-Root Users be Allowed to Use Docker?<\/h3>\n\n\n\n<p>Yes! While Docker typically requires root privileges, it\u2019s possible to configure Docker to be used by non-root users. This can be achieved by adding the user to the docker group, which grants them the ability to run Docker commands without root access. However, it\u2019s important to be aware of the security implications, as users in the docker group can gain root access to the host system through the Docker daemon.<\/p>\n\n\n\n<p>To allow a user to run Docker, execute the following command, substituting the actual username for USER:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>usermod -aG docker USER<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Can We Limit a Container\u2019s Resources?<\/h3>\n\n\n\n<p>Yes! Docker provides mechanisms to limit resources for a container, such as CPU, memory, and I\/O. This is crucial for ensuring that no single container can monopolize system resources, allowing for efficient resource utilization among all running containers. By using Docker\u2019s resource management features, you can maintain system stability and optimize performance across all containers. You can learn more about managing a container\u2019s resources from <a href=\"https:\/\/docs.docker.com\/config\/containers\/resource_constraints\/\" target=\"_blank\" rel=\"noreferrer noopener\">Docker\u2019s Documentation Portal<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What Can I Do With Docker?<\/h3>\n\n\n\n<p>The possibilities are practically endless! Check out the official <a href=\"https:\/\/hub.docker.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Docker Image Hub<\/a> to explore what the Docker community has created. Learn more about <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/working-with-docker-ultimate-guide\/\">working with Docker Containers<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Docker is a platform that allows you to develop, deploy, and run applications in containers. Containers are lightweight, portable, and self-sufficient units that encapsulate all the necessary components, such as code, runtime, system tools, libraries, and settings, needed to run an application. Docker provides tools and a platform for creating, managing, and running these containers<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57020,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4360],"tags":[],"class_list":["post-127453","post","type-post","status-publish","format-standard","hentry","category-software"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is Docker? | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Discover how Docker enables you to create, deploy, and manage applications as containers, and explore its advantages for your website.\" \/>\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.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Docker?\" \/>\n<meta property=\"og:description\" content=\"Learn how Docker allows you to develop, deploy, and run applications in containers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-28T17:09:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-08T13:02:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jesse Owens\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jesse Owens\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/\"},\"author\":{\"name\":\"Jesse Owens\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/db97af6358b0c1726e01e49180e5f71c\"},\"headline\":\"What is Docker?\",\"datePublished\":\"2024-03-28T17:09:55+00:00\",\"dateModified\":\"2025-07-08T13:02:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/\"},\"wordCount\":560,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image-1024x538.png\",\"articleSection\":[\"Software\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/\",\"name\":\"What is Docker? | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image-1024x538.png\",\"datePublished\":\"2024-03-28T17:09:55+00:00\",\"dateModified\":\"2025-07-08T13:02:12+00:00\",\"description\":\"Discover how Docker enables you to create, deploy, and manage applications as containers, and explore its advantages for your website.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image.png\",\"width\":1200,\"height\":630,\"caption\":\"What is Docker? Hero Image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is Docker?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/db97af6358b0c1726e01e49180e5f71c\",\"name\":\"Jesse Owens\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/jesseo\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Docker? | InMotion Hosting","description":"Discover how Docker enables you to create, deploy, and manage applications as containers, and explore its advantages for your website.","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.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/","og_locale":"en_US","og_type":"article","og_title":"What is Docker?","og_description":"Learn how Docker allows you to develop, deploy, and run applications in containers.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2024-03-28T17:09:55+00:00","article_modified_time":"2025-07-08T13:02:12+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image.png","type":"image\/png"}],"author":"Jesse Owens","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Jesse Owens","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/"},"author":{"name":"Jesse Owens","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/db97af6358b0c1726e01e49180e5f71c"},"headline":"What is Docker?","datePublished":"2024-03-28T17:09:55+00:00","dateModified":"2025-07-08T13:02:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/"},"wordCount":560,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image-1024x538.png","articleSection":["Software"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/","name":"What is Docker? | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image-1024x538.png","datePublished":"2024-03-28T17:09:55+00:00","dateModified":"2025-07-08T13:02:12+00:00","description":"Discover how Docker enables you to create, deploy, and manage applications as containers, and explore its advantages for your website.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/03\/what-is-docker-hero-image.png","width":1200,"height":630,"caption":"What is Docker? Hero Image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/what-is-docker\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"What is Docker?"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/db97af6358b0c1726e01e49180e5f71c","name":"Jesse Owens","url":"https:\/\/www.inmotionhosting.com\/support\/author\/jesseo\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4360,"name":"Software","slug":"software","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/127453","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57020"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=127453"}],"version-history":[{"count":12,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/127453\/revisions"}],"predecessor-version":[{"id":130591,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/127453\/revisions\/130591"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=127453"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=127453"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=127453"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}