{"id":14937,"date":"2025-08-05T04:23:49","date_gmt":"2025-08-05T04:23:49","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=14937"},"modified":"2025-08-05T04:24:06","modified_gmt":"2025-08-05T04:24:06","slug":"how-to-install-docker-on-linux-mint-22","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/","title":{"rendered":"How to Install Docker on Linux Mint 22"},"content":{"rendered":"\n<p>Docker is now a key tool for managing and running software apps. It lets you break down and run software in small spaces called containers. Docker works on several systems, like Windows, macOS, and Linux types such as <strong>Linux Mint 22<\/strong>. This guide will show how to install Docker on a Linux Mint 22 system in different ways.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-14937-_kh7x8ccdq16f\"><\/a>How to Install Docker on Linux Mint 22?<\/h2>\n\n\n\n<p>Docker can be installed on a Linux Mint 22 system by using these ways:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#Method-1:-From-the-Default-Debian-Repository\">Default Debian Repository <\/a><\/li>\n\n\n\n<li><a href=\"#post-14937-_g7mb16tf8sk5\">Official Docker Repository <\/a><\/li>\n\n\n\n<li><a href=\"#post-14937-_f9uoadhfgj9h\">Deb Package File<\/a><\/li>\n\n\n\n<li><a href=\"#post-14937-_5p0thbbd8rxz\">Snap Store<\/a><\/li>\n\n\n\n<li><a href=\"#post-14937-_ara1opkrkwbs\">Docker Shell Script<\/a><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Method-1:-From-the-Default-Debian-Repository\"><a id=\"post-14937-_nanrbs2vjmsf\"><\/a>Method 1: From the Default Debian Repository<\/h3>\n\n\n\n<p>This is the easiest way to install Docker, but it is best not to go this route, as Docker here is old. Follow the instructions below to install Docker on Linux Mint 22 this way:<\/p>\n\n\n\n<p><strong>Step 1: Update System<\/strong><\/p>\n\n\n\n<p>Start by updating your system. Copy and paste below, and your system&#8217;s packages will be updated.<\/p>\n\n\n\n<pre>sudo apt update<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1230\" height=\"406\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-1.png\" alt=\"sudo apt update\" class=\"wp-image-14938\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-1.png 1230w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-1-300x99.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-1-1024x338.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-1-768x254.png 768w\" sizes=\"(max-width: 1230px) 100vw, 1230px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This will freshen Debian&#8217;s store packages.<\/p>\n\n\n\n<p><strong>Step 2: Install Docker <\/strong><\/p>\n\n\n\n<p>Use this command to install the Docker package &#8220;docker.io&#8221; from the Debian repository:<\/p>\n\n\n\n<pre>sudo apt install docker.io -y<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1232\" height=\"447\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-2.png\" alt=\"sudo apt install docker.io -y\" class=\"wp-image-14939\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-2.png 1232w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-2-300x109.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-2-1024x372.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-2-768x279.png 768w\" sizes=\"(max-width: 1232px) 100vw, 1232px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 3: Check Installation <\/strong><\/p>\n\n\n\n<p>To determine the version of Docker on your Debian system, use the following command:<\/p>\n\n\n\n<pre>docker --version<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1235\" height=\"167\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-3.png\" alt=\"docker --version\" class=\"wp-image-14940\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-3.png 1235w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-3-300x41.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-3-1024x138.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-3-768x104.png 768w\" sizes=\"(max-width: 1235px) 100vw, 1235px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The result shows Docker&#8217;s version on the system:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14937-_g7mb16tf8sk5\"><\/a>Method 2: From the Official Docker Repository<\/h3>\n\n\n\n<p>You may simply acquire the newest versions by downloading from the official Docker Store. This method produces up-to-date Docker packages with new features and fixes. It also uses the package manager to download and install the next version when it is available in the store.<\/p>\n\n\n\n<p>Follow these instructions to install Docker on your Linux Mint 22 system:<\/p>\n\n\n\n<p><strong>Step 1: Install Required Dependencies<\/strong><\/p>\n\n\n\n<p>Copy and run these commands if you want to install Docker on your Linux Mint 22:<\/p>\n\n\n\n<pre>sudo apt install gnupg apt-transport-https ca-certificates curl<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1243\" height=\"393\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-4.png\" alt=\"sudo apt install gnupg apt-transport-https ca-certificates curl\" class=\"wp-image-14941\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-4.png 1243w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-4-300x95.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-4-1024x324.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-4-768x243.png 768w\" sizes=\"(max-width: 1243px) 100vw, 1243px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 2: Import Docker GPG Key<\/strong><\/p>\n\n\n\n<p>Next, import the Docker GPG key with the command given to check the package&#8217;s truth.<\/p>\n\n\n\n<pre>curl -fsSL https:\/\/download.docker.com\/linux\/debian\/gpg | sudo gpg --dearmor -o \/usr\/share\/keyrings\/docker.gpg<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1247\" height=\"130\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-5.png\" alt=\"curl -fsSL https:\/\/download.docker.com\/linux\/debian\/gpg | sudo gpg --dearmor -o \/usr\/share\/keyrings\/docker.gpg\" class=\"wp-image-14942\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-5.png 1247w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-5-300x31.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-5-1024x107.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-5-768x80.png 768w\" sizes=\"(max-width: 1247px) 100vw, 1247px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 3: Add Docker Repository <\/strong><\/p>\n\n\n\n<p>After that, you can add\/import Docker&#8217;s private store to the system in Linux Mint 22.<\/p>\n\n\n\n<pre>echo \"deb [arch=$(dpkg --print-architecture) signed-by=\/usr\/share\/keyrings\/docker.gpg] https:\/\/download.docker.com\/linux\/debian bookworm stable\" | sudo tee \/etc\/apt\/sources.list.d\/docker.list &gt; \/dev\/null<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1242\" height=\"157\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-6.png\" alt=\"echo &quot;deb [arch=$(dpkg --print-architecture) signed-by=\/usr\/share\/keyrings\/docker.gpg] https:\/\/download.docker.com\/linux\/debian bookworm stable&quot; | sudo tee \/etc\/apt\/sources.list.d\/docker.list &gt; \/dev\/null\" class=\"wp-image-14943\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-6.png 1242w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-6-300x38.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-6-1024x129.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-6-768x97.png 768w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 4: Refresh the System\u2019s Packages<\/strong><\/p>\n\n\n\n<p>Now, update your system to apply the new changes.<\/p>\n\n\n\n<pre>sudo apt update<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1242\" height=\"527\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-7.png\" alt=\"sudo apt update\" class=\"wp-image-14944\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-7.png 1242w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-7-300x127.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-7-1024x434.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-7-768x326.png 768w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 5: Install Docker <\/strong><\/p>\n\n\n\n<p>You may now install the Docker packages &#8220;docker-ce&#8221; (Docker engine community edition), &#8220;docker-ce-cli&#8221; (Docker command line tools), and &#8220;containerd.io&#8221; (container runtime) with the following command.<\/p>\n\n\n\n<pre>sudo apt install docker-ce docker-ce-cli containerd.io<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1232\" height=\"684\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-8.png\" alt=\"sudo apt install docker-ce docker-ce-cli containerd.io\" class=\"wp-image-14945\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-8.png 1232w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-8-300x167.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-8-1024x569.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-8-768x426.png 768w\" sizes=\"(max-width: 1232px) 100vw, 1232px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 6: Verification <\/strong><\/p>\n\n\n\n<p>Execute the Docker version command to see what version is currently installed on your computer; the most recent Docker version should be present.<\/p>\n\n\n\n<pre>docker --version<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1235\" height=\"138\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-9.png\" alt=\"docker --version\" class=\"wp-image-14946\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-9.png 1235w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-9-300x34.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-9-1024x114.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-9-768x86.png 768w\" sizes=\"(max-width: 1235px) 100vw, 1235px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The latest Docker is shown as having been put in successfully:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14937-_f9uoadhfgj9h\"><\/a>Method 3: From the Deb Package File<\/h3>\n\n\n\n<p>Another option is to go to the official website, get the most recent version, and use the Debian package file. This demonstrates how to install Docker on Linux Mint 22 using the Debian package file.<\/p>\n\n\n\n<p><strong> Step 1: Download the Docker package files<\/strong><\/p>\n\n\n\n<p>Begin by visiting the official Docker website, copying the link for the most recent Docker deb file, opening your terminal, and entering the &#8216;wget&#8217; command to download it. You may download Debian packages for the &#8220;containerd.io&#8221;, &#8220;docker-ce&#8221;, and &#8220;docker-ce-cli&#8221; files from here.<\/p>\n\n\n\n<p><strong>For \u201ccontainerd.io\u201d:<\/strong><\/p>\n\n\n\n<pre>wget https:\/\/download.docker.com\/linux\/debian\/dists\/bookworm\/pool\/stable\/amd64\/containerd.io_1.6.28-1_amd64.deb<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1234\" height=\"470\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-10.png\" alt=\"wget https:\/\/download.docker.com\/linux\/debian\/dists\/bookworm\/pool\/stable\/amd64\/containerd.io_1.6.28-1_amd64.deb\" class=\"wp-image-14947\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-10.png 1234w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-10-300x114.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-10-1024x390.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-10-768x293.png 768w\" sizes=\"(max-width: 1234px) 100vw, 1234px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>For \u201cdocker-ce\u201d:<\/strong><\/p>\n\n\n\n<pre>wget https:\/\/download.docker.com\/linux\/debian\/dists\/bookworm\/pool\/stable\/amd64\/docker-ce_25.0.3-1~debian.12~bookworm_amd64.deb<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1248\" height=\"436\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-11.png\" alt=\"wget https:\/\/download.docker.com\/linux\/debian\/dists\/bookworm\/pool\/stable\/amd64\/docker-ce_25.0.3-1~debian.12~bookworm_amd64.deb<\" class=\"wp-image-14948\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-11.png 1248w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-11-300x105.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-11-1024x358.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-11-768x268.png 768w\" sizes=\"(max-width: 1248px) 100vw, 1248px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>For \u201cdocker-ce-cli\u201d:<\/strong><\/p>\n\n\n\n<pre>wget https:\/\/download.docker.com\/linux\/debian\/dists\/bookworm\/pool\/stable\/amd64\/docker-ce-cli_25.0.3-1~debian.12~bookworm_amd64.deb<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1241\" height=\"430\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-12.png\" alt=\"wget https:\/\/download.docker.com\/linux\/debian\/dists\/bookworm\/pool\/stable\/amd64\/docker-ce-cli_25.0.3-1~debian.12~bookworm_amd64.deb\" class=\"wp-image-14949\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-12.png 1241w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-12-300x104.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-12-1024x355.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-12-768x266.png 768w\" sizes=\"(max-width: 1241px) 100vw, 1241px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 2: Installing Docker <\/strong><\/p>\n\n\n\n<p>Next, install the .deb files through this command to verify Docker is the most recent version:<\/p>\n\n\n\n<pre>sudo apt install .\/containerd.io_1.6.28-1_amd64.deb .\/docker-ce_25.0.3-1~debian.12~bookworm_amd64.deb .\/docker-ce-cli_25.0.3-1~debian.12~bookworm_amd64.deb<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1242\" height=\"487\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-13.png\" alt=\"sudo apt install .\/containerd.io_1.6.28-1_amd64.deb .\/docker-ce_25.0.3-1~debian.12~bookworm_amd64.deb .\/docker-ce-cli_25.0.3-1~debian.12~bookworm_amd64.deb\" class=\"wp-image-14950\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-13.png 1242w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-13-300x118.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-13-1024x402.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-13-768x301.png 768w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 3: Verify Installation<\/strong><\/p>\n\n\n\n<p>To authenticate which version is installed on the machine, utilize the following command:<\/p>\n\n\n\n<pre>docker --version<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1229\" height=\"125\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-14.png\" alt=\"docker --version\" class=\"wp-image-14951\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-14.png 1229w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-14-300x31.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-14-1024x104.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-14-768x78.png 768w\" sizes=\"(max-width: 1229px) 100vw, 1229px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The result shows Docker&#8217;s newest version running on the machine.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14937-_5p0thbbd8rxz\"><\/a>Method 4: From the Snap Store<\/h3>\n\n\n\n<p>The Snap Store provides a Docker snap package that can be easily installed on Linux Mint 22 using the snap command. Follow the instructions below to install Docker on Linux Mint 22 via the Snap Store.<\/p>\n\n\n\n<p><strong>Step 1: Install Snap <\/strong><\/p>\n\n\n\n<p>The Snap is not installed by default on Linux Mint 22. Let\u2019s install it:<\/p>\n\n\n\n<pre>sudo apt install snapd<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1251\" height=\"410\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-15.png\" alt=\"sudo apt install snapd\" class=\"wp-image-14952\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-15.png 1251w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-15-300x98.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-15-1024x336.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-15-768x252.png 768w\" sizes=\"(max-width: 1251px) 100vw, 1251px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 2: Install Docker on Linux Mint 22<\/strong><\/p>\n\n\n\n<p>Then, put Docker\u2019s snap package on your Linux Mint 22 using the command:<\/p>\n\n\n\n<pre>sudo snap install docker<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1244\" height=\"162\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-16.png\" alt=\"sudo snap install docker\" class=\"wp-image-14953\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-16.png 1244w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-16-300x39.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-16-1024x133.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-16-768x100.png 768w\" sizes=\"(max-width: 1244px) 100vw, 1244px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14937-_ara1opkrkwbs\"><\/a>Method 5: From Docker Shell Script<\/h3>\n\n\n\n<p>A quick and easy way to set up Docker on Linux Mint 22 is by using the Docker shell script. Docker provides a shell script to make setting up Docker simpler on the user\u2019s system. Follow the steps given below to set up Docker using shell scripts on Linux Mint 22:<\/p>\n\n\n\n<p><strong>Step 1: Download the Shell Script <\/strong><\/p>\n\n\n\n<p>Utilize the &#8216;curl&#8217; command to download and save the shell script &#8216;get-docker.sh&#8217; on the user&#8217;s Linux Mint 22 system:<\/p>\n\n\n\n<pre>curl -fsSL https:\/\/get.docker.com -o get-docker.sh<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1235\" height=\"96\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-17.png\" alt=\"curl -fsSL https:\/\/get.docker.com -o get-docker.sh\" class=\"wp-image-14954\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-17.png 1235w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-17-300x23.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-17-1024x80.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-17-768x60.png 768w\" sizes=\"(max-width: 1235px) 100vw, 1235px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Step 2: Install Docker <\/strong><\/p>\n\n\n\n<p>Let\u2019s install Docker on Linux Mint 22 through the &#8216;get-docker.sh&#8217; command below:<\/p>\n\n\n\n<pre>sudo sh get-docker.sh<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1245\" height=\"449\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-18.png\" alt=\"sudo sh get-docker.sh\" class=\"wp-image-14955\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-18.png 1245w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-18-300x108.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-18-1024x369.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-18-768x277.png 768w\" sizes=\"(max-width: 1245px) 100vw, 1245px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The script has built up Docker with the newest version installed.<\/p>\n\n\n\n<pre>docker --version<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1242\" height=\"139\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-19.png\" alt=\"docker --version\" class=\"wp-image-14956\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-19.png 1242w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-19-300x34.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-19-1024x115.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/word-image-14937-19-768x86.png 768w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-14937-_e46bzgpxucci\"><\/a>Final Thoughts<\/h2>\n\n\n\n<p>Docker can be put on a Linux Mint 22 system in various ways: default Debian store, Snap Store, official Docker store, deb files, or a shell script. The efficient ways are the Debian store and download script, however, the official store and deb file methods are preferable since they provide the most recent Docker version with new features.<\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Docker is now a key tool for managing and running software apps. It lets you break down and run software in small spaces called containers. Docker works on several systems, like Windows, macOS, and Linux types such as Linux Mint 22. This guide will show how to install Docker on a Linux Mint 22 system [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":14959,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[267,227,897],"class_list":["post-14937","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-containers","tag-docker","tag-linux-mint-22"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install Docker on Linux Mint 22 - Greenwebpage Community<\/title>\n<meta name=\"description\" content=\"In this guide, we will show you how to install Docker on your Linux Mint 22 system in different ways. Learn more!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Docker on Linux Mint 22 - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"In this guide, we will show you how to install Docker on your Linux Mint 22 system in different ways. Learn more!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-05T04:23:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-05T04:24:06+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/How-to-Install-Docker-on-Linux-Mint-22.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Install Docker on Linux Mint 22\",\"datePublished\":\"2025-08-05T04:23:49+00:00\",\"dateModified\":\"2025-08-05T04:24:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/\"},\"wordCount\":792,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/How-to-Install-Docker-on-Linux-Mint-22.jpg\",\"keywords\":[\"Containers\",\"Docker\",\"Linux Mint 22\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/\",\"name\":\"How to Install Docker on Linux Mint 22 - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/How-to-Install-Docker-on-Linux-Mint-22.jpg\",\"datePublished\":\"2025-08-05T04:23:49+00:00\",\"dateModified\":\"2025-08-05T04:24:06+00:00\",\"description\":\"In this guide, we will show you how to install Docker on your Linux Mint 22 system in different ways. Learn more!\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/How-to-Install-Docker-on-Linux-Mint-22.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/How-to-Install-Docker-on-Linux-Mint-22.jpg\",\"width\":1020,\"height\":600,\"caption\":\"How to Install Docker on Linux Mint 22\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Docker on Linux Mint 22\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Docker on Linux Mint 22 - Greenwebpage Community","description":"In this guide, we will show you how to install Docker on your Linux Mint 22 system in different ways. Learn more!","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:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Docker on Linux Mint 22 - Greenwebpage Community","og_description":"In this guide, we will show you how to install Docker on your Linux Mint 22 system in different ways. Learn more!","og_url":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/","og_site_name":"Greenwebpage Community","article_published_time":"2025-08-05T04:23:49+00:00","article_modified_time":"2025-08-05T04:24:06+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/How-to-Install-Docker-on-Linux-Mint-22.jpg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Install Docker on Linux Mint 22","datePublished":"2025-08-05T04:23:49+00:00","dateModified":"2025-08-05T04:24:06+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/"},"wordCount":792,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/How-to-Install-Docker-on-Linux-Mint-22.jpg","keywords":["Containers","Docker","Linux Mint 22"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/","url":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/","name":"How to Install Docker on Linux Mint 22 - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/How-to-Install-Docker-on-Linux-Mint-22.jpg","datePublished":"2025-08-05T04:23:49+00:00","dateModified":"2025-08-05T04:24:06+00:00","description":"In this guide, we will show you how to install Docker on your Linux Mint 22 system in different ways. Learn more!","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/How-to-Install-Docker-on-Linux-Mint-22.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/08\/How-to-Install-Docker-on-Linux-Mint-22.jpg","width":1020,"height":600,"caption":"How to Install Docker on Linux Mint 22"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-docker-on-linux-mint-22\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Install Docker on Linux Mint 22"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/14937","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=14937"}],"version-history":[{"count":2,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/14937\/revisions"}],"predecessor-version":[{"id":14958,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/14937\/revisions\/14958"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/14959"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=14937"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=14937"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=14937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}