<?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 and Use Docker on Alpine Linux	</title>
	<atom:link href="https://www.ubuntumint.com/install-docker-alpine-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/install-docker-alpine-linux/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Fri, 29 Sep 2023 14:33:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Nuno		</title>
		<link>https://www.ubuntumint.com/install-docker-alpine-linux/#comment-29370</link>

		<dc:creator><![CDATA[Nuno]]></dc:creator>
		<pubDate>Fri, 29 Sep 2023 14:33:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=6301#comment-29370</guid>

					<description><![CDATA[To install Docker Compose V2, use the following command:
&lt;pre&gt;
apk add docker-cli-compose
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>To install Docker Compose V2, use the following command:</p>
<pre>
apk add docker-cli-compose
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maurizio		</title>
		<link>https://www.ubuntumint.com/install-docker-alpine-linux/#comment-24624</link>

		<dc:creator><![CDATA[Maurizio]]></dc:creator>
		<pubDate>Sun, 09 Apr 2023 16:40:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=6301#comment-24624</guid>

					<description><![CDATA[It was very useful for me. I learned much in a short time.]]></description>
			<content:encoded><![CDATA[<p>It was very useful for me. I learned much in a short time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/install-docker-alpine-linux/#comment-19218</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sat, 10 Dec 2022 04:39:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=6301#comment-19218</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-docker-alpine-linux/#comment-19198&quot;&gt;Anil Kumar&lt;/a&gt;.

@Anil,

Yes, you are right, here are the instructions to add the main and community repositories for the Alpine version you&#039;re using. 
&lt;pre&gt;
# cat &#062; /etc/apk/repositories &lt;&lt; EOF; $(echo)

https://dl-cdn.alpinelinux.org/alpine/v$(cut -d&#039;.&#039; -f1,2 /etc/alpine-release)/main/
https://dl-cdn.alpinelinux.org/alpine/v$(cut -d&#039;.&#039; -f1,2 /etc/alpine-release)/community/
https://dl-cdn.alpinelinux.org/alpine/edge/testing/

EOF
&lt;/pre&gt;
Don&#039;t forget to run the update command after adding the repo.
&lt;pre&gt;
# apk update
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-docker-alpine-linux/#comment-19198">Anil Kumar</a>.</p>
<p>@Anil,</p>
<p>Yes, you are right, here are the instructions to add the main and community repositories for the Alpine version you&#8217;re using. </p>
<pre>
# cat &gt; /etc/apk/repositories << EOF; $(echo)

https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpine-release)/main/
https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpine-release)/community/
https://dl-cdn.alpinelinux.org/alpine/edge/testing/

EOF
</pre>
<p>Don't forget to run the update command after adding the repo.</p>
<pre>
# apk update
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anil Kumar		</title>
		<link>https://www.ubuntumint.com/install-docker-alpine-linux/#comment-19198</link>

		<dc:creator><![CDATA[Anil Kumar]]></dc:creator>
		<pubDate>Fri, 09 Dec 2022 12:00:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=6301#comment-19198</guid>

					<description><![CDATA[You need to enable the community repo first on Alpine Linux before installing Docker.]]></description>
			<content:encoded><![CDATA[<p>You need to enable the community repo first on Alpine Linux before installing Docker.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
