<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://thebestlinux.com/index.php?action=history&amp;feed=atom&amp;title=Right_Here%21%21%21</id>
	<title>Right Here!!! - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://thebestlinux.com/index.php?action=history&amp;feed=atom&amp;title=Right_Here%21%21%21"/>
	<link rel="alternate" type="text/html" href="https://thebestlinux.com/index.php?title=Right_Here!!!&amp;action=history"/>
	<updated>2026-06-15T22:20:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.7</generator>
	<entry>
		<id>https://thebestlinux.com/index.php?title=Right_Here!!!&amp;diff=997&amp;oldid=prev</id>
		<title>Jamie: Created page with &quot;== Docker == To begin with, Docker runs best with the &quot;overlay2&quot; Linux kernel driver enabled/loaded.  Run this command as the root/superer or with sudo, as seen here to enable...&quot;</title>
		<link rel="alternate" type="text/html" href="https://thebestlinux.com/index.php?title=Right_Here!!!&amp;diff=997&amp;oldid=prev"/>
		<updated>2021-04-05T23:41:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Docker == To begin with, Docker runs best with the &amp;quot;overlay2&amp;quot; Linux kernel driver enabled/loaded.  Run this command as the root/superer or with sudo, as seen here to enable...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Docker ==&lt;br /&gt;
To begin with, Docker runs best with the &amp;quot;overlay2&amp;quot; Linux kernel driver enabled/loaded.  Run this command as the root/superer or with sudo, as seen here to enable the kernel module at each reboot:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color:blue&amp;quot;&amp;gt;&lt;br /&gt;
[jamie@cos8vm51.dawgland.com:~]$ echo &amp;quot;overlay&amp;quot; &amp;gt; /etc/modules-load.d/overlay.conf;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot and double check that the Linux kernel overlay module is loaded with this command:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color:blue&amp;quot;&amp;gt;&lt;br /&gt;
[jamie@cos8vm51.dawgland.com:~]$ lsmod | grep overlay&lt;br /&gt;
overlay               135168  0&lt;br /&gt;
[jamie@cos8vm51.dawgland.com:~]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you get the &amp;quot;overlay               135168  0&amp;quot; response after typing the &amp;quot;lsmod | grep overlay&amp;quot; command, you are good to go.  If not, you need a newer Linux kernel that supports the overlay2 driver, which is beyond the scope of this article, and you basically need to pick a different Linux distribution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Kubernetes ==&lt;br /&gt;
Kubernetes info coming soon...&lt;/div&gt;</summary>
		<author><name>Jamie</name></author>
	</entry>
</feed>