<?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[Updating a Docker Mirror image]]></title><description><![CDATA[<p dir="auto">I’ve setup in my centos 7 box, a docker mirror image following the instructions in github. All works ok, but I want to know the right update sequence. Is sufficient to make a:</p>
<p dir="auto">docker pull bastilimbach/docker-magicmirror</p>
<p dir="auto">and restart my docker istance, or what else?</p>
]]></description><link>https://forum.magicmirror.builders/topic/11852/updating-a-docker-mirror-image</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 19:39:00 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11852.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Dec 2019 16:34:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Updating a Docker Mirror image on Fri, 27 Dec 2019 09:21:22 GMT]]></title><description><![CDATA[<p dir="auto">I don’t know that switch! But it read from dockerfile? My strategy is a bit longer but it can guarantee that all is updated and I can also add git pull for every module in the sequence…</p>
<p dir="auto">Edit: I give a try, but not works, and didn’t find that on documentation.<br />
<a href="https://docs.docker.com/engine/reference/commandline/run/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.docker.com/engine/reference/commandline/run/</a></p>
]]></description><link>https://forum.magicmirror.builders/post/66608</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66608</guid><dc:creator><![CDATA[technofab]]></dc:creator><pubDate>Fri, 27 Dec 2019 09:21:22 GMT</pubDate></item><item><title><![CDATA[Reply to Updating a Docker Mirror image on Thu, 26 Dec 2019 13:28:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/technofab" aria-label="Profile: technofab">@<bdi>technofab</bdi></a> looks like docker added a new flag to handle some of this</p>
<p dir="auto">on docker run</p>
<pre><code>--pull=[always,*missing,never]
</code></pre>
<p dir="auto">I think there should have been ‘updated’ too</p>
<p dir="auto">so add</p>
<pre><code>--pull=always
</code></pre>
<p dir="auto">then u don’t need the other steps</p>
]]></description><link>https://forum.magicmirror.builders/post/66598</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66598</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 26 Dec 2019 13:28:09 GMT</pubDate></item><item><title><![CDATA[Reply to Updating a Docker Mirror image on Thu, 26 Dec 2019 07:45:11 GMT]]></title><description><![CDATA[<p dir="auto">For now I suppose this scenario:</p>
<p dir="auto">docker stop magic_mirror<br />
docker rm magic_mirror<br />
docker system prune -a -f<br />
docker run -d --publish 80:8080 --restart always…</p>
<p dir="auto">In this way I suppose that after run is completed is full updated.</p>
]]></description><link>https://forum.magicmirror.builders/post/66592</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66592</guid><dc:creator><![CDATA[technofab]]></dc:creator><pubDate>Thu, 26 Dec 2019 07:45:11 GMT</pubDate></item><item><title><![CDATA[Reply to Updating a Docker Mirror image on Tue, 24 Dec 2019 20:03:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/technofab" aria-label="Profile: technofab">@<bdi>technofab</bdi></a> well, TRY it…</p>
]]></description><link>https://forum.magicmirror.builders/post/66551</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66551</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 24 Dec 2019 20:03:52 GMT</pubDate></item><item><title><![CDATA[Reply to Updating a Docker Mirror image on Tue, 24 Dec 2019 20:02:38 GMT]]></title><description><![CDATA[<p dir="auto">Mmhmm great, so what you suggest? Backup config and modules delete all, reinstall container and restore config and modules?</p>
]]></description><link>https://forum.magicmirror.builders/post/66550</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66550</guid><dc:creator><![CDATA[technofab]]></dc:creator><pubDate>Tue, 24 Dec 2019 20:02:38 GMT</pubDate></item><item><title><![CDATA[Reply to Updating a Docker Mirror image on Tue, 24 Dec 2019 17:30:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/technofab" aria-label="Profile: technofab">@<bdi>technofab</bdi></a> that should be the  typical approach, assuming the docker image doesn’t change any implementation details between releases…  (Only seen THAT a million times!)</p>
]]></description><link>https://forum.magicmirror.builders/post/66535</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/66535</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 24 Dec 2019 17:30:33 GMT</pubDate></item></channel></rss>