<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Docker CE in Linux Mint 20	</title>
	<atom:link href="https://www.ubuntumint.com/install-docker-in-linux-mint/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/install-docker-in-linux-mint/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 24 Jul 2023 08:10:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Naman		</title>
		<link>https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-24589</link>

		<dc:creator><![CDATA[Naman]]></dc:creator>
		<pubDate>Sat, 08 Apr 2023 17:39:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1544#comment-24589</guid>

					<description><![CDATA[Man, the article is misleading for the method to install docker manually through the deb package.

I followed your instruction and went to the download site, went into &lt;strong&gt;..focal/pool/stable/&lt;/strong&gt; location.

There are a multitude of packages listed there.

As per your article, &quot;download .deb file of the version of docker engine you want to install&quot;.

Dude, I downloaded one deb file which was the latest date, I did &#039;&lt;strong&gt;docker --version&lt;/strong&gt;&#039; which worked fine, but to my surprise when I did &#039;&lt;strong&gt;sudo docker run hello-world&lt;/strong&gt;&#039; it says docker engine not running!!

I thought, how, I just installed it as per your instruction, and wasted my time doing different commands. then from the docker docs, I saw YOU NEED TO DOWNLOAD MULTIPLE FILES FROM DOWNLOAD SITE AND THEN INSTALL EACH OF THEM.

Dude, you didn&#039;t even explain how many files (s) to download and install!!

You mentioned &quot;&lt;strong&gt;download .deb FILE&lt;/strong&gt;&quot;, see singular.!!

]]></description>
			<content:encoded><![CDATA[<p>Man, the article is misleading for the method to install docker manually through the deb package.</p>
<p>I followed your instruction and went to the download site, went into <strong>..focal/pool/stable/</strong> location.</p>
<p>There are a multitude of packages listed there.</p>
<p>As per your article, &#8220;download .deb file of the version of docker engine you want to install&#8221;.</p>
<p>Dude, I downloaded one deb file which was the latest date, I did &#8216;<strong>docker &#8211;version</strong>&#8216; which worked fine, but to my surprise when I did &#8216;<strong>sudo docker run hello-world</strong>&#8216; it says docker engine not running!!</p>
<p>I thought, how, I just installed it as per your instruction, and wasted my time doing different commands. then from the docker docs, I saw YOU NEED TO DOWNLOAD MULTIPLE FILES FROM DOWNLOAD SITE AND THEN INSTALL EACH OF THEM.</p>
<p>Dude, you didn&#8217;t even explain how many files (s) to download and install!!</p>
<p>You mentioned &#8220;<strong>download .deb FILE</strong>&#8220;, see singular.!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mike-2		</title>
		<link>https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-22447</link>

		<dc:creator><![CDATA[mike-2]]></dc:creator>
		<pubDate>Sun, 19 Feb 2023 23:35:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1544#comment-22447</guid>

					<description><![CDATA[I used the install script successfully the first time through. After playing with the installation for a while. I thought it would be a good idea to clean up and start again with a clean slate. 

So:

&lt;strong&gt;1.&lt;/strong&gt; I removed my docker installation with the remove docker instructions given at the beginning.
&lt;strong&gt;2.&lt;/strong&gt; I ran the script again and it failed promptly with GPG errors. So figured the removal might not have been complete, and sure enough, there was a hidden folder &lt;strong&gt;.docker&lt;/strong&gt; still present which I deleted, and for good measure, I deleted the &lt;strong&gt;get-docker.sh&lt;/strong&gt;.
&lt;strong&gt;3.&lt;/strong&gt; I got a fresh copy of the script. and tried again. This time I had execution privileges problems with the script. I recalled that I had had the same problem the first time through, and corrected it with &lt;strong&gt;chmod a+x&lt;/strong&gt;.
&lt;strong&gt;4.&lt;/strong&gt; Finally, the script ran as it should.
 
I am not certain that what I did was proper, but I can proceed now. This script is great. In the process I explored the other two methods without success: With the first method, I kept having problems with GPG errors and so moved on to Method 2. where I was unable to find the &lt;strong&gt;.deb&lt;/strong&gt; file you referred to. So I moved on to method 3, where I had success.]]></description>
			<content:encoded><![CDATA[<p>I used the install script successfully the first time through. After playing with the installation for a while. I thought it would be a good idea to clean up and start again with a clean slate. </p>
<p>So:</p>
<p><strong>1.</strong> I removed my docker installation with the remove docker instructions given at the beginning.<br />
<strong>2.</strong> I ran the script again and it failed promptly with GPG errors. So figured the removal might not have been complete, and sure enough, there was a hidden folder <strong>.docker</strong> still present which I deleted, and for good measure, I deleted the <strong>get-docker.sh</strong>.<br />
<strong>3.</strong> I got a fresh copy of the script. and tried again. This time I had execution privileges problems with the script. I recalled that I had had the same problem the first time through, and corrected it with <strong>chmod a+x</strong>.<br />
<strong>4.</strong> Finally, the script ran as it should.</p>
<p>I am not certain that what I did was proper, but I can proceed now. This script is great. In the process I explored the other two methods without success: With the first method, I kept having problems with GPG errors and so moved on to Method 2. where I was unable to find the <strong>.deb</strong> file you referred to. So I moved on to method 3, where I had success.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ken		</title>
		<link>https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-20952</link>

		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Sat, 21 Jan 2023 01:49:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1544#comment-20952</guid>

					<description><![CDATA[Thank you so much for this! I&#039;ve been trying to get Docker Desktop installed in Mint for a couple of days now and never could get it to work. I&#039;ve searched and searched, followed guide after guide and none of them worked until I found yours, which finally allowed me to install Desktop.]]></description>
			<content:encoded><![CDATA[<p>Thank you so much for this! I&#8217;ve been trying to get Docker Desktop installed in Mint for a couple of days now and never could get it to work. I&#8217;ve searched and searched, followed guide after guide and none of them worked until I found yours, which finally allowed me to install Desktop.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mike		</title>
		<link>https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-8029</link>

		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Sun, 06 Mar 2022 05:55:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1544#comment-8029</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-7209&quot;&gt;Ravi Saive&lt;/a&gt;.

That absolutely solved it! Why wasn&#039;t it in the tutorial? I would have been lost without this comment.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-7209">Ravi Saive</a>.</p>
<p>That absolutely solved it! Why wasn&#8217;t it in the tutorial? I would have been lost without this comment.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-7209</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 07 Feb 2022 05:07:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1544#comment-7209</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-7170&quot;&gt;R.H. Carr&lt;/a&gt;.

@bobkarr,

just open the terminal and type this command to fix it...
&lt;pre&gt;
$ sudo chmod 666 /var/run/docker.sock
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-7170">R.H. Carr</a>.</p>
<p>@bobkarr,</p>
<p>just open the terminal and type this command to fix it&#8230;</p>
<pre>
$ sudo chmod 666 /var/run/docker.sock
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: R.H. Carr		</title>
		<link>https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-7170</link>

		<dc:creator><![CDATA[R.H. Carr]]></dc:creator>
		<pubDate>Sun, 06 Feb 2022 03:24:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1544#comment-7170</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-6010&quot;&gt;Victor&lt;/a&gt;.

As a day-1 Linux Mint user (with no previous Linux experience), I&#039;ve been rather impressed that this distro meets &#038; often exceeds my previous Windows experience.

Unfortunately, my self-taught CLI lessons have been less than stellar; at a rate of probably 20%, I run into errors after eliminating syntax issues, spelling, etc.

Having followed the tutorial all the way through the &quot;groupadd&quot; section, I attempt to run the su-less &quot;hello-world&quot; command in docker &#038; am met with:

docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post &quot;http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create&quot;: dial unix /var/run/docker.sock: connect: permission denied.
See &#039;docker run --help&#039;.

Previous CLI obstacles I&#039;ve encountered have almost always been either incorrect permissions or generating terminal commands from the wrong directory.  I suspect the former is the case here after a perusal of the error message.  However, I don&#039;t know what directory or file requires permission or what permission it requires (x would be my guess).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-6010">Victor</a>.</p>
<p>As a day-1 Linux Mint user (with no previous Linux experience), I&#8217;ve been rather impressed that this distro meets &amp; often exceeds my previous Windows experience.</p>
<p>Unfortunately, my self-taught CLI lessons have been less than stellar; at a rate of probably 20%, I run into errors after eliminating syntax issues, spelling, etc.</p>
<p>Having followed the tutorial all the way through the &#8220;groupadd&#8221; section, I attempt to run the su-less &#8220;hello-world&#8221; command in docker &amp; am met with:</p>
<p>docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post &#8220;http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create&#8221;: dial unix /var/run/docker.sock: connect: permission denied.<br />
See &#8216;docker run &#8211;help&#8217;.</p>
<p>Previous CLI obstacles I&#8217;ve encountered have almost always been either incorrect permissions or generating terminal commands from the wrong directory.  I suspect the former is the case here after a perusal of the error message.  However, I don&#8217;t know what directory or file requires permission or what permission it requires (x would be my guess).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Victor		</title>
		<link>https://www.ubuntumint.com/install-docker-in-linux-mint/#comment-6010</link>

		<dc:creator><![CDATA[Victor]]></dc:creator>
		<pubDate>Sat, 01 Jan 2022 18:36:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1544#comment-6010</guid>

					<description><![CDATA[Thank you for this great article on Docker...]]></description>
			<content:encoded><![CDATA[<p>Thank you for this great article on Docker&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
