<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.jefendi.my.id/index.php?action=history&amp;feed=atom&amp;title=Install_Docker_Ubuntu</id>
	<title>Install Docker Ubuntu - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.jefendi.my.id/index.php?action=history&amp;feed=atom&amp;title=Install_Docker_Ubuntu"/>
	<link rel="alternate" type="text/html" href="http://wiki.jefendi.my.id/index.php?title=Install_Docker_Ubuntu&amp;action=history"/>
	<updated>2026-09-09T15:55:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>http://wiki.jefendi.my.id/index.php?title=Install_Docker_Ubuntu&amp;diff=75&amp;oldid=prev</id>
		<title>Johan Efendi: Created page with &quot;==Hapus Potensian Konflik==  &lt;syntaxhighlight lang=&quot;bash&quot;&gt; for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done &lt;/syntaxhighlight&gt;  ==Installasi== &lt;syntaxhighlight lang=&quot;bash&quot;&gt;  # tambahkan GPG apt-get update apt-get install ca-certificates curl install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc chmod a+r /etc/apt/keyrings...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.jefendi.my.id/index.php?title=Install_Docker_Ubuntu&amp;diff=75&amp;oldid=prev"/>
		<updated>2024-09-01T08:59:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Hapus Potensian Konflik==  &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done &amp;lt;/syntaxhighlight&amp;gt;  ==Installasi== &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;  # tambahkan GPG apt-get update apt-get install ca-certificates curl install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc chmod a+r /etc/apt/keyrings...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Hapus Potensian Konflik==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installasi==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# tambahkan GPG&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install ca-certificates curl&lt;br /&gt;
install -m 0755 -d /etc/apt/keyrings&lt;br /&gt;
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc&lt;br /&gt;
chmod a+r /etc/apt/keyrings/docker.asc&lt;br /&gt;
&lt;br /&gt;
# tambahkan repository ke Apt sources:&lt;br /&gt;
echo \&lt;br /&gt;
  &amp;quot;deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \&lt;br /&gt;
  $(. /etc/os-release &amp;amp;&amp;amp; echo &amp;quot;$VERSION_CODENAME&amp;quot;) stable&amp;quot; | \&lt;br /&gt;
  sudo tee /etc/apt/sources.list.d/docker.list &amp;gt; /dev/null&lt;br /&gt;
apt-get update&lt;br /&gt;
&lt;br /&gt;
# Install docker-ce&lt;br /&gt;
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Johan Efendi</name></author>
	</entry>
</feed>