<?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>Docker on Manzolo Code Notes</title><link>https://notes.manzolo.it/tags/docker/</link><description>Recent content in Docker on Manzolo Code Notes</description><generator>Hugo -- 0.152.2</generator><language>en-US</language><lastBuildDate>Sat, 27 Sep 2025 09:20:30 +0000</lastBuildDate><atom:link href="https://notes.manzolo.it/tags/docker/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><item><title>Wordpress backing up (files and database) and dockerizing</title><link>https://notes.manzolo.it/2025/09/wordpress-backing-up-files-and-database-and-dockerizing/</link><pubDate>Sat, 27 Sep 2025 09:20:30 +0000</pubDate><guid>https://notes.manzolo.it/2025/09/wordpress-backing-up-files-and-database-and-dockerizing/</guid><description>&lt;h1 id="wordpress-management-script-usage-guide"&gt;WordPress Management Script Usage Guide&lt;/h1&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;wp-management&lt;/code&gt; &lt;a href="https://github.com/manzolo/BashCollection/blob/main/utils/wordpress/wp-management.sh"&gt;script&lt;/a&gt; is a powerful Bash tool designed to streamline the management of WordPress sites. It supports two primary functions: &lt;strong&gt;backing up&lt;/strong&gt; a WordPress site (including files and database) and &lt;strong&gt;dockerizing&lt;/strong&gt; a WordPress site to run in a containerized environment with automatic restoration of backups. This guide explains the script&amp;rsquo;s purpose, how to use it, and provides practical examples to help you get started.&lt;/p&gt;</description></item></channel></rss>