<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker on ThetaSigma Labs</title><link>http://thetasigma.org/tags/docker/</link><description>Recent content in Docker on ThetaSigma Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 ThetaSigma Labs</copyright><lastBuildDate>Thu, 04 Jun 2026 00:00:00 -0300</lastBuildDate><atom:link href="http://thetasigma.org/tags/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Lab Note: Docker Registry on Synology NAS with Browse UI</title><link>http://thetasigma.org/lab-notes/lab-note-docker-registry-nas/</link><pubDate>Thu, 04 Jun 2026 00:00:00 -0300</pubDate><guid>http://thetasigma.org/lab-notes/lab-note-docker-registry-nas/</guid><description>&lt;h2 class="relative group"&gt;Overview
 &lt;div id="overview" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#overview" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;A private Docker registry running on the Synology NAS at &lt;code&gt;&amp;lt;nas-ip&amp;gt;&lt;/code&gt;, used by the Jenkins
CI/CD pipeline to store built images and available for pulling to any LAN machine.
Includes the joxit/docker-registry-ui browse interface.&lt;/p&gt;
&lt;p&gt;Compose file lives at &lt;code&gt;/volume1/docker/registry/docker-compose.yml&lt;/code&gt; on the NAS.&lt;/p&gt;
&lt;hr&gt;

&lt;h2 class="relative group"&gt;Why This Is Useful
 &lt;div id="why-this-is-useful" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#why-this-is-useful" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;For CI/CD:&lt;/strong&gt; Jenkins builds The Moment, pushes the image here, then pulls it on the ARM64
production node (Odroid N2+) to deploy. No GitHub or internet dependency in the
build/deploy loop — the pipeline runs entirely on the LAN.&lt;/p&gt;</description></item><item><title>Docker_dev_vscode_improvements</title><link>http://thetasigma.org/lab-notes/docker_dev_vscode_improvements/</link><pubDate>Sat, 16 May 2026 23:00:13 -0300</pubDate><guid>http://thetasigma.org/lab-notes/docker_dev_vscode_improvements/</guid><description>&lt;p&gt;&lt;code&gt;docker-compose.dev.yml&lt;/code&gt; — added &lt;code&gt;build: context: .&lt;/code&gt; so Compose can rebuild the image itself with &lt;code&gt;--build&lt;/code&gt;, no separate &lt;code&gt;docker build&lt;/code&gt; needed.&lt;/p&gt;
&lt;p&gt;.vscode/tasks.json — 5 new tasks added:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Task&lt;/th&gt;
 &lt;th&gt;What it does&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Docker: Build Dev Image&lt;/td&gt;
 &lt;td&gt;Standalone build + prune dangling&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Docker: Start Dev Stack&lt;/td&gt;
 &lt;td&gt;Start stack using existing local image&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Docker: Build and Restart Dev Stack&lt;/td&gt;
 &lt;td&gt;Primary task — rebuild, restart, prune&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Docker: Stop Dev Stack&lt;/td&gt;
 &lt;td&gt;Bring the whole dev stack down&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Docker: Logs&lt;/td&gt;
 &lt;td&gt;Stream the-moment logs in a dedicated panel&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Daily driver&lt;/strong&gt;: Terminal → Run Task → Docker: Build and Restart Dev Stack. This is the replacement for your manual docker build command — it rebuilds the image, prunes the dangling old one, and restarts the container in one step.&lt;/p&gt;</description></item></channel></rss>