<?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[Is it possible to install a docker image direct from docker hub?]]></title><description><![CDATA[<p dir="auto">..rather than download &gt; build &gt; push?</p>
<p dir="auto">eg <a href="https://hub.docker.com/r/ctadeu/calendso" target="_blank" rel="noopener noreferrer nofollow ugc">https://hub.docker.com/r/ctadeu/calendso</a> and not <a href="https://github.com/calendso/docker" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/calendso/docker</a></p>
]]></description><link>https://forum.cloudron.io/topic/5386/is-it-possible-to-install-a-docker-image-direct-from-docker-hub</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 18:32:39 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/5386.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 Jul 2021 14:38:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Is it possible to install a docker image direct from docker hub? on Sun, 25 Jul 2021 22:02:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eddowding" aria-label="Profile: eddowding">@<bdi>eddowding</bdi></a> Plug: <a href="https://git.atridad.dev/CTPR" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.atridad.dev/CTPR</a></p>
<p dir="auto">Instructions: <a href="https://git.atridad.dev/CTPR/docs/ctpr-documentation" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.atridad.dev/CTPR/docs/ctpr-documentation</a></p>
]]></description><link>https://forum.cloudron.io/post/34360</link><guid isPermaLink="true">https://forum.cloudron.io/post/34360</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 25 Jul 2021 22:02:57 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to install a docker image direct from docker hub? on Sun, 25 Jul 2021 16:49:54 GMT]]></title><description><![CDATA[<p dir="auto">Thank you all.</p>
<p dir="auto">I guess.. I think this is "all a bit complicated" to learn in the time available. I may revisit later, but for now I think some feedback / an output is that it would be useful to:</p>
<ul>
<li>be able to install just by giving a github repository</li>
<li>provide a simple / guided Manifest creator form (with some best-guess defaults)</li>
</ul>
<p dir="auto">I appreciate that these things are easier said than done, and may for all I know be entirely impossible / wrong thing to ask for.</p>
]]></description><link>https://forum.cloudron.io/post/34358</link><guid isPermaLink="true">https://forum.cloudron.io/post/34358</guid><dc:creator><![CDATA[eddowding]]></dc:creator><pubDate>Sun, 25 Jul 2021 16:49:54 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to install a docker image direct from docker hub? on Sun, 25 Jul 2021 12:59:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eddowding" aria-label="Profile: eddowding">@<bdi>eddowding</bdi></a> I think you have to pull the git repo and do it from there. There has to be a CloudronManifest.json in the local directory when you do this.</p>
]]></description><link>https://forum.cloudron.io/post/34356</link><guid isPermaLink="true">https://forum.cloudron.io/post/34356</guid><dc:creator><![CDATA[mehdi]]></dc:creator><pubDate>Sun, 25 Jul 2021 12:59:47 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to install a docker image direct from docker hub? on Sun, 25 Jul 2021 06:23:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eddowding" aria-label="Profile: eddowding">@<bdi>eddowding</bdi></a> errrr ...<br />
I'll have to look into it, apologies</p>
]]></description><link>https://forum.cloudron.io/post/34344</link><guid isPermaLink="true">https://forum.cloudron.io/post/34344</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Sun, 25 Jul 2021 06:23:27 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to install a docker image direct from docker hub? on Sun, 25 Jul 2021 05:35:32 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, TIm!</p>
<p dir="auto">When I try this I get:</p>
<pre><code>$ cloudron install --image tcmbp132021/paperless-ng:derek210709
&gt; No CloudronManifest.json found
</code></pre>
]]></description><link>https://forum.cloudron.io/post/34343</link><guid isPermaLink="true">https://forum.cloudron.io/post/34343</guid><dc:creator><![CDATA[eddowding]]></dc:creator><pubDate>Sun, 25 Jul 2021 05:35:32 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to install a docker image direct from docker hub? on Thu, 22 Jul 2021 11:12:04 GMT]]></title><description><![CDATA[<p dir="auto">Not sure this the right place to post this, but it's kinda on topic, and don't know where else (tell me where or feel free to move it).<br />
These are a couple of custom packages I built.<br />
I take <strong>zero</strong> credit for them : they are the work of other talented people.  I just built them.</p>
<p dir="auto">Any dates in the 'tags' are the date I built them, not the the date of the underlying package.  They may not be latest available</p>
<p dir="auto">My understanding is they can be installed in your cloudron instance - without building / pushing first - by :<br />
<code>cloudron install --image &lt;repo-name&gt;:&lt;tag-name&gt;</code></p>
<p dir="auto">PaperlessNG (<a class="plugin-mentions-user plugin-mentions-a" href="/user/doodlemania2" aria-label="Profile: doodlemania2">@<bdi>doodlemania2</bdi></a> ) : tcmbp132021/paperless-ng:derek210709</p>
<p dir="auto">HomeAssistant (@atridad) : tcmbp132021/home-assistant:20210714</p>
<p dir="auto">Mailpiler (@vladimir-d) : tcmbp132021/mailpiler:20210715<br />
(haven't got this configured yet, but it installs)</p>
<p dir="auto">Directus9 (@atridad ) : tcmbp132021/directus9</p>
]]></description><link>https://forum.cloudron.io/post/34213</link><guid isPermaLink="true">https://forum.cloudron.io/post/34213</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Thu, 22 Jul 2021 11:12:04 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to install a docker image direct from docker hub? on Thu, 22 Jul 2021 08:39:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eddowding" aria-label="Profile: eddowding">@<bdi>eddowding</bdi></a> By chance I discovered some custom apps I built were listed as public.  Wasn't my intention but no problem.  So I will find 2 or 3 ones I have done and share their links later.  Just in case it saves someone some time or stress.</p>
]]></description><link>https://forum.cloudron.io/post/34207</link><guid isPermaLink="true">https://forum.cloudron.io/post/34207</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Thu, 22 Jul 2021 08:39:34 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to install a docker image direct from docker hub? on Thu, 22 Jul 2021 08:17:53 GMT]]></title><description><![CDATA[<p dir="auto">Interesting. So with that in mind, is there  / could there be a 'community' list of images somewhere?</p>
]]></description><link>https://forum.cloudron.io/post/34205</link><guid isPermaLink="true">https://forum.cloudron.io/post/34205</guid><dc:creator><![CDATA[eddowding]]></dc:creator><pubDate>Thu, 22 Jul 2021 08:17:53 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to install a docker image direct from docker hub? on Wed, 21 Jul 2021 18:02:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/timconsidine" aria-label="Profile: timconsidine">@<bdi>timconsidine</bdi></a> said in <a href="/post/34176">Is it possible to install a docker image direct from docker hub?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> ... but presumably pulling a built-for-cloudron app direct from docker hub would work to avoid the build / push steps ?</p>
</blockquote>
<p dir="auto">yes, that definitely works. all the appstore app images are stored in docker hub as well.</p>
]]></description><link>https://forum.cloudron.io/post/34178</link><guid isPermaLink="true">https://forum.cloudron.io/post/34178</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 21 Jul 2021 18:02:47 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to install a docker image direct from docker hub? on Wed, 21 Jul 2021 18:01:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> ... but presumably pulling a built-for-cloudron app direct from docker hub would work to avoid the build / push steps ?</p>
<p dir="auto">e.g. if I do a custom build for myself, but make my repo on docker hub available to others</p>
]]></description><link>https://forum.cloudron.io/post/34176</link><guid isPermaLink="true">https://forum.cloudron.io/post/34176</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Wed, 21 Jul 2021 18:01:23 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to install a docker image direct from docker hub? on Wed, 21 Jul 2021 15:29:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eddowding" aria-label="Profile: eddowding">@<bdi>eddowding</bdi></a> running upstream docker images usually does not work, since Cloudron will put various bits of the filesystem into read-only mode for security and consistency reasons. So to have a reliable app instance, you would have to adjust the upstream Dockerfile and make sure all data ends up in either <code>/app/data</code> and/or the addon database Cloudron provides. Otherwise the backups and restore features will not work.</p>
]]></description><link>https://forum.cloudron.io/post/34172</link><guid isPermaLink="true">https://forum.cloudron.io/post/34172</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 21 Jul 2021 15:29:01 GMT</pubDate></item></channel></rss>