<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Docker Install Error]]></title><description><![CDATA[<p dir="auto">I have been following the instructions in the MC v2 <a href="https://mycontroller.org/docs/getting-started/install-docker/" rel="nofollow ugc">Documentation</a>. I believe I am getting an error in the installation of docker when I enter the following commands, as instructed (Running Raspberry Pi 4 with ARM64 and newest release of Raspberry PI OS just installed last week):</p>
<h1>copy the installation script</h1>
<p dir="auto">curl -fsSL <a href="https://get.docker.com" rel="nofollow ugc">https://get.docker.com</a> -o <a href="http://get-docker.sh" rel="nofollow ugc">get-docker.sh</a></p>
<h1>execute the script</h1>
<p dir="auto">sh <a href="http://get-docker.sh" rel="nofollow ugc">get-docker.sh</a></p>
<h1>enable the docker daemon</h1>
<p dir="auto">systemctl enable docker.service</p>
<h1>start the docker daemon</h1>
<p dir="auto">systemctl start docker.service</p>
<h1>check the docker daemon is active</h1>
<p dir="auto">systemctl is-active docker.service</p>
<p dir="auto">Here is what I get when I run that from root user:<br />
root@raspberrypi:/# # copy the installation script<br />
curl -fsSL <a href="https://get.docker.com" rel="nofollow ugc">https://get.docker.com</a> -o <a href="http://get-docker.sh" rel="nofollow ugc">get-docker.sh</a></p>
<h1>execute the script</h1>
<p dir="auto">sh <a href="http://get-docker.sh" rel="nofollow ugc">get-docker.sh</a></p>
<h1>enable the docker daemon</h1>
<p dir="auto">systemctl enable docker.service</p>
<h1>start the docker daemon</h1>
<p dir="auto">systemctl start docker.service</p>
<h1>check the docker daemon is active</h1>
<p dir="auto">systemctl is-active docker.service</p>
<h1>Executing docker install script, commit: c2de0811708b6d9015ed1a2c80f02c9b70c8ce7b</h1>
<ul>
<li>sh -c apt-get update -qq &gt;/dev/null<br />
W: GPG error: <a href="https://repos.influxdata.com/debian" rel="nofollow ugc">https://repos.influxdata.com/debian</a> buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E<br />
E: The repository '<a href="https://repos.influxdata.com/debian" rel="nofollow ugc">https://repos.influxdata.com/debian</a> buster InRelease' is not signed.<br />
Failed to enable unit: Unit file docker.service does not exist.<br />
Failed to start docker.service: Unit docker.service not found.<br />
inactive</li>
</ul>
<p dir="auto">As a result of this, I am not able to move on to the install of the influxdb since that gives me an error in the final step (bash: docker: command not found)</p>
<p dir="auto">I assume it is something really simply and silly for those of you already versed in all of this. Nonetheless, I would greatly appreciate any direction you can provide.</p>
]]></description><link>http://forum.mycontroller.org/topic/531/docker-install-error</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 06:22:37 GMT</lastBuildDate><atom:link href="http://forum.mycontroller.org/topic/531.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Jul 2023 16:53:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Docker Install Error on Fri, 07 Jul 2023 08:14:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wint0178" aria-label="Profile: wint0178">@<bdi>wint0178</bdi></a> At the time of writing the document in RPI the default installation does not have docker 20.x or above. Hence I proposed this method. In your installation if you have latest version of docker, you can install with <code>apt install...</code> command. I think I took the steps from <a href="https://github.com/docker/docker-install" rel="nofollow ugc">https://github.com/docker/docker-install</a></p>
]]></description><link>http://forum.mycontroller.org/post/3361</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3361</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Fri, 07 Jul 2023 08:14:07 GMT</pubDate></item><item><title><![CDATA[Reply to Docker Install Error on Thu, 06 Jul 2023 19:05:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wint0178" aria-label="Profile: wint0178">@<bdi>wint0178</bdi></a> I think I was able to figure this out by going to <a href="https://get.docker.com" rel="nofollow ugc">https://get.docker.com</a> and following the Usage instructions I have copied below:</p>
<h1>To install the latest stable versions of Docker CLI, Docker Engine, and their</h1>
<h1>dependencies:</h1>
<h1></h1>
<h1>1. download the script</h1>
<h1></h1>
<h1>$ curl -fsSL <a href="https://get.docker.com/" rel="nofollow ugc">https://get.docker.com</a> -o <a href="http://install-docker.sh" rel="nofollow ugc">install-docker.sh</a></h1>
<h1></h1>
<h1>2. verify the script's content</h1>
<h1></h1>
<h1>$ cat <a href="http://install-docker.sh" rel="nofollow ugc">install-docker.sh</a></h1>
<h1></h1>
<h1>3. run the script with --dry-run to verify the steps it executes</h1>
<h1></h1>
<h1>$ sh <a href="http://install-docker.sh" rel="nofollow ugc">install-docker.sh</a> --dry-run</h1>
<h1></h1>
<h1>4. run the script either as root, or using sudo to perform the installation.</h1>
<h1></h1>
<h1>$ sudo sh <a href="http://install-docker.sh" rel="nofollow ugc">install-docker.sh</a></h1>
]]></description><link>http://forum.mycontroller.org/post/3355</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3355</guid><dc:creator><![CDATA[wint0178]]></dc:creator><pubDate>Thu, 06 Jul 2023 19:05:40 GMT</pubDate></item><item><title><![CDATA[Reply to Docker Install Error on Thu, 06 Jul 2023 14:56:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wint0178" aria-label="Profile: wint0178">@<bdi>wint0178</bdi></a> does anyone know if this is an error that will prevent me from moving forward? I see that the documentation hasn't been updated in a while and am wondering if this is an issue with Raspberry Pi OS vs the release of Raspian that was in use when the original documentation was written. I'm mostly at a loss here, any help would be appreciated.</p>
]]></description><link>http://forum.mycontroller.org/post/3353</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3353</guid><dc:creator><![CDATA[wint0178]]></dc:creator><pubDate>Thu, 06 Jul 2023 14:56:20 GMT</pubDate></item></channel></rss>