<?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 Aroy Art</title><link>/tags/docker/</link><description>Recent post in Docker from Aroy Art</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><lastBuildDate>Wed, 07 Jan 2026 17:07:11 +0000</lastBuildDate><atom:link href="/tags/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Meilisearch Upgrades: The Docker Compose "One-Off" Method</title><link>/blog/2026-01-07-update-meilisearch-running-inside-of-docker-compose/</link><pubDate>Wed, 07 Jan 2026 17:07:11 +0000</pubDate><guid>/blog/2026-01-07-update-meilisearch-running-inside-of-docker-compose/</guid><description>&lt;h2 id="intro"&gt;Intro&lt;/h2&gt;
&lt;p&gt;Upgrading between major Meilisearch releases isn&amp;rsquo;t as simple as changing an image tag. Because Meilisearch uses a highly optimized internal database structure, its data files (&lt;code&gt;data.ms&lt;/code&gt;) are version-specific. If you try to point Meilisearch &lt;code&gt;v1.31&lt;/code&gt; at a &lt;code&gt;v1.12&lt;/code&gt; database, it will crash on startup.&lt;/p&gt;</description></item><item><title>Goodies to know for Docker &amp; Docker-Compose</title><link>/blog/docker-compose-cheat-sheet/</link><pubDate>Wed, 06 Nov 2024 21:05:38 +0000</pubDate><guid>/blog/docker-compose-cheat-sheet/</guid><description>&lt;p&gt;This is the colleton of useful knowledge this kitty has gathered for Docker and Docker-Compose over a long time.&lt;/p&gt;
&lt;div style="margin: 24px 0;"&gt;
&lt;h2&gt;Table of Contents&lt;/h2&gt;
&lt;nav id="TableOfContents"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#find-out-what-is-using-disk-space"&gt;Find out what is using disk space&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#how-to-cleanup-unused-resources"&gt;How to cleanup (unused) resources&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#the-new-way-docker--113"&gt;The new way (Docker &amp;gt; 1.13)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#the-old-way-docker--113"&gt;The old way (Docker &amp;lt; 1.13)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#build-system-leftovers"&gt;Build system leftovers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#health-checks"&gt;Health Checks&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#docker-compose-depends-on-health-check-pass"&gt;Docker Compose depends on health check pass&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#docker-compose-postgres-health-check"&gt;Docker Compose Postgres health check&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#docker-compose-redisvalkey-health-check"&gt;Docker Compose Redis/Valkey health check&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#conclusion"&gt;Conclusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/nav&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h2 id="find-out-what-is-using-disk-space"&gt;Find out what is using disk space&lt;/h2&gt;
&lt;hr&gt;
&lt;p&gt;To find what is using up space you can run the command:&lt;/p&gt;</description></item></channel></rss>