<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Containers on Manzolo Code Notes</title><link>https://notes.manzolo.it/tags/containers/</link><description>Recent content in Containers on Manzolo Code Notes</description><generator>Hugo -- 0.152.2</generator><language>en-US</language><lastBuildDate>Sat, 11 Oct 2025 20:43:00 +0200</lastBuildDate><atom:link href="https://notes.manzolo.it/tags/containers/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker Compose Playground</title><link>https://notes.manzolo.it/2025/10/docker-compose-playground/</link><pubDate>Sat, 11 Oct 2025 20:43:00 +0200</pubDate><guid>https://notes.manzolo.it/2025/10/docker-compose-playground/</guid><description>&lt;h1 id="docker-playground-manager-"&gt;Docker Playground Manager 🐳&lt;/h1&gt;
&lt;p&gt;Introducing &lt;strong&gt;Docker Playground Manager&lt;/strong&gt;, a powerful tool for managing Docker development environments! Spin up containers for testing, learning, or experimenting with 100+ pre-configured images (Linux, Python, PostgreSQL, etc.) using an interactive terminal UI.&lt;/p&gt;
&lt;h2 id="whats-new-"&gt;What’s New? ✨&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;📚 MOTD guides for MySQL, PostgreSQL, and more.&lt;/li&gt;
&lt;li&gt;🎯 Category-based container selection.&lt;/li&gt;
&lt;li&gt;📺 New dashboard and enhanced stats.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="get-started-"&gt;Get Started 🚀&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#e6edf3;background-color:#0d1117;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git clone https://github.com/manzolo/docker-compose-playground.git
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;cd docker-compose-playground
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;chmod +x playground.sh
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;./playground.sh
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Explore the full feature set on &lt;a href="https://github.com/manzolo/docker-compose-playground"&gt;GitHub&lt;/a&gt;. Try it out, share feedback, or contribute to make it even better!&lt;/p&gt;</description></item><item><title>Docker and Docker Compose</title><link>https://notes.manzolo.it/bash/docker/</link><pubDate>Fri, 26 Sep 2025 10:00:00 +0100</pubDate><guid>https://notes.manzolo.it/bash/docker/</guid><description>&lt;h1 id="docker-and-docker-compose-guide"&gt;Docker and Docker Compose Guide&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Docker is a platform for developing, shipping, and running applications inside containers. Docker Compose is a tool for defining and running multi-container Docker applications using YAML files. This guide covers essential Docker and Docker Compose commands, with practical examples, to help you manage containers effectively.&lt;/p&gt;
&lt;h2 id="what-is-docker"&gt;What is Docker?&lt;/h2&gt;
&lt;p&gt;Docker allows you to package applications with their dependencies into containers, ensuring consistency across different environments. Containers are lightweight, portable, and run independently of the host system.&lt;/p&gt;</description></item></channel></rss>