{"id":586,"date":"2024-10-23T08:06:20","date_gmt":"2024-10-23T08:06:20","guid":{"rendered":"https:\/\/www.xopsschool.com\/tutorials\/?p=586"},"modified":"2024-10-23T08:06:20","modified_gmt":"2024-10-23T08:06:20","slug":"how-to-install-sonarqube-using-docker-container","status":"publish","type":"post","link":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/","title":{"rendered":"How to Install SonarQube Using Docker Container?"},"content":{"rendered":"\n<p>To install SonarQube using a Docker container, follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Install Docker Desktop:<\/strong> Ensure that Docker Desktop is installed and running on your Windows machine. You can download it from the\u00a0<a href=\"https:\/\/www.docker.com\/products\/docker-desktop\" target=\"_blank\" rel=\"noreferrer noopener\">Docker website<\/a>.<\/li>\n\n\n\n<li><strong>Verify Docker Installation:<\/strong> Open a command prompt and run:<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"416\" height=\"123\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png\" alt=\"\" class=\"wp-image-587\" style=\"width:1120px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png 416w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627-300x89.png 300w\" sizes=\"auto, (max-width: 416px) 100vw, 416px\" \/><\/figure>\n\n\n\n<p>This should display the installed Docker version.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Installation Steps<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Pull the SonarQube Docker Image<\/h3>\n\n\n\n<p>Open a command prompt and pull the latest SonarQube image from Docker Hub:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"637\" height=\"284\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-130526.png\" alt=\"\" class=\"wp-image-588\" style=\"width:1120px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-130526.png 637w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-130526-300x134.png 300w\" sizes=\"auto, (max-width: 637px) 100vw, 637px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Create a Docker container<\/strong><\/h3>\n\n\n\n<p>Once the image is downloaded, run the following command to create a new Docker container for SonarQube:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"834\" height=\"159\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-130908.png\" alt=\"\" class=\"wp-image-589\" style=\"width:1120px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-130908.png 834w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-130908-300x57.png 300w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-130908-768x146.png 768w\" sizes=\"auto, (max-width: 834px) 100vw, 834px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p>This command will create a new Docker container named &#8220;sonarqube&#8221; and expose port 9000, which is the default port for accessing SonarQube.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"536\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-131409-1024x536.png\" alt=\"\" class=\"wp-image-590\" style=\"width:1120px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-131409-1024x536.png 1024w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-131409-300x157.png 300w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-131409-768x402.png 768w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-131409.png 1353w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Docker Volumes<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"545\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-131718-1024x545.png\" alt=\"\" class=\"wp-image-591\" style=\"width:1120px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-131718-1024x545.png 1024w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-131718-300x160.png 300w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-131718-768x408.png 768w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-131718.png 1348w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Access SonarQube:<\/strong> <\/h3>\n\n\n\n<p>After the container starts, you can access SonarQube by opening a web browser and navigating to<strong> http:\/\/localhost:9000.<\/strong> This will take you to the SonarQube web interface.<\/p>\n\n\n\n<p>Note: If you are running Docker on a remote server or using a different port mapping, replace localhost:9000 with the appropriate IP address and port.<\/p>\n\n\n\n<p>Log in to SonarQube: On the SonarQube login page, use the default credentials:<\/p>\n\n\n\n<p>Username: admin <\/p>\n\n\n\n<p>Password: admin<\/p>\n\n\n\n<p>It is recommended to change the default password after logging in for the first time.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"516\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-132745-1024x516.png\" alt=\"\" class=\"wp-image-592\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-132745-1024x516.png 1024w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-132745-300x151.png 300w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-132745-768x387.png 768w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-132745.png 1346w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Verify Installation<\/h3>\n\n\n\n<p>To check if your SonarQube container is running, use:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"925\" height=\"157\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-133346.png\" alt=\"\" class=\"wp-image-594\" style=\"width:1120px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-133346.png 925w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-133346-300x51.png 300w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-133346-768x130.png 768w\" sizes=\"auto, (max-width: 925px) 100vw, 925px\" \/><\/figure>\n\n\n\n<p>This will list all running containers, and you should see your SonarQube instance listed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>You have successfully installed SonarQube using a Docker container.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To install SonarQube using a Docker container, follow these steps: This should display the installed Docker version. Installation Steps Pull the SonarQube Docker Image Open a command prompt and pull the latest SonarQube image from Docker Hub: Create a Docker container Once the image is downloaded, run the following command to create a new Docker &#8230; <a title=\"How to Install SonarQube Using Docker Container?\" class=\"read-more\" href=\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/\" aria-label=\"Read more about How to Install SonarQube Using Docker Container?\">Read more<\/a><\/p>\n","protected":false},"author":200020,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-586","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install SonarQube Using Docker Container? - XOps Tutorials!!!<\/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.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install SonarQube Using Docker Container? - XOps Tutorials!!!\" \/>\n<meta property=\"og:description\" content=\"To install SonarQube using a Docker container, follow these steps: This should display the installed Docker version. Installation Steps Pull the SonarQube Docker Image Open a command prompt and pull the latest SonarQube image from Docker Hub: Create a Docker container Once the image is downloaded, run the following command to create a new Docker ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/\" \/>\n<meta property=\"og:site_name\" content=\"XOps Tutorials!!!\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-23T08:06:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png\" \/>\n<meta name=\"author\" content=\"Pritesh Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pritesh Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/\"},\"author\":{\"name\":\"Pritesh Kumar\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1\"},\"headline\":\"How to Install SonarQube Using Docker Container?\",\"datePublished\":\"2024-10-23T08:06:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/\"},\"wordCount\":241,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/\",\"name\":\"How to Install SonarQube Using Docker Container? - XOps Tutorials!!!\",\"isPartOf\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png\",\"datePublished\":\"2024-10-23T08:06:20+00:00\",\"author\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#primaryimage\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png\",\"contentUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png\",\"width\":416,\"height\":123},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.xopsschool.com\/tutorials\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install SonarQube Using Docker Container?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#website\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/\",\"name\":\"XOps Tutorials!!!\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.xopsschool.com\/tutorials\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1\",\"name\":\"Pritesh Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g\",\"caption\":\"Pritesh Kumar\"},\"description\":\"Devops Engineer at Cotocus pvt.ltd\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/author\/priteshcotocus\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install SonarQube Using Docker Container? - XOps Tutorials!!!","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.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/","og_locale":"en_US","og_type":"article","og_title":"How to Install SonarQube Using Docker Container? - XOps Tutorials!!!","og_description":"To install SonarQube using a Docker container, follow these steps: This should display the installed Docker version. Installation Steps Pull the SonarQube Docker Image Open a command prompt and pull the latest SonarQube image from Docker Hub: Create a Docker container Once the image is downloaded, run the following command to create a new Docker ... Read more","og_url":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/","og_site_name":"XOps Tutorials!!!","article_published_time":"2024-10-23T08:06:20+00:00","og_image":[{"url":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png","type":"","width":"","height":""}],"author":"Pritesh Kumar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Pritesh Kumar","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#article","isPartOf":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/"},"author":{"name":"Pritesh Kumar","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1"},"headline":"How to Install SonarQube Using Docker Container?","datePublished":"2024-10-23T08:06:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/"},"wordCount":241,"commentCount":0,"image":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#primaryimage"},"thumbnailUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/","url":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/","name":"How to Install SonarQube Using Docker Container? - XOps Tutorials!!!","isPartOf":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#primaryimage"},"image":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#primaryimage"},"thumbnailUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png","datePublished":"2024-10-23T08:06:20+00:00","author":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1"},"breadcrumb":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#primaryimage","url":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png","contentUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/10\/Screenshot-2024-10-23-125627.png","width":416,"height":123},{"@type":"BreadcrumbList","@id":"https:\/\/www.xopsschool.com\/tutorials\/how-to-install-sonarqube-using-docker-container\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xopsschool.com\/tutorials\/"},{"@type":"ListItem","position":2,"name":"How to Install SonarQube Using Docker Container?"}]},{"@type":"WebSite","@id":"https:\/\/www.xopsschool.com\/tutorials\/#website","url":"https:\/\/www.xopsschool.com\/tutorials\/","name":"XOps Tutorials!!!","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xopsschool.com\/tutorials\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1","name":"Pritesh Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g","caption":"Pritesh Kumar"},"description":"Devops Engineer at Cotocus pvt.ltd","url":"https:\/\/www.xopsschool.com\/tutorials\/author\/priteshcotocus\/"}]}},"_links":{"self":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/586","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/users\/200020"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/comments?post=586"}],"version-history":[{"count":2,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/586\/revisions"}],"predecessor-version":[{"id":595,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/586\/revisions\/595"}],"wp:attachment":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/media?parent=586"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/categories?post=586"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/tags?post=586"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}