<?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>Cheatsheet on Manzolo Code Notes</title><link>https://notes.manzolo.it/tags/cheatsheet/</link><description>Recent content in Cheatsheet on Manzolo Code Notes</description><generator>Hugo -- 0.152.2</generator><language>en-US</language><lastBuildDate>Fri, 26 Sep 2025 10:00:00 +0100</lastBuildDate><atom:link href="https://notes.manzolo.it/tags/cheatsheet/index.xml" rel="self" type="application/rss+xml"/><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>