Docker and Docker Compose

Docker and Docker Compose Guide Introduction 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. What is Docker? 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. ...

September 26, 2025 · 5 min · 857 words · Manzolo

Wordpress backing up (files and database) and dockerizing

WordPress Management Script Usage Guide Introduction The wp-management script is a powerful Bash tool designed to streamline the management of WordPress sites. It supports two primary functions: backing up a WordPress site (including files and database) and dockerizing a WordPress site to run in a containerized environment with automatic restoration of backups. This guide explains the script’s purpose, how to use it, and provides practical examples to help you get started. ...

September 27, 2025 · 6 min · 1221 words · Manzolo