Tag: docker
All the articles with the tag "docker".
-
Appwrite Backend-as-a-service (BaaS)
Appwrite is an open-source Firebase alternative you can self-host — databases, auth, storage, and functions without vendor lock-in.
-
Wireguard VPN Server in Docker
Run a WireGuard VPN server inside Docker — wg-easy setup, peer config generation, and getting road warrior access to your home network.
-
Install & use Doxygen via Docker
Generate code documentation with Doxygen without installing it — run it from a Docker container and get HTML docs from any codebase.
-
Automatic backup of docker Mysql or MariaDB container
Automate MySQL/MariaDB backups from a running Docker container using cron and mysqldump — no downtime, no excuses for losing your data.
-
WordPress on PHP-FPM & Caddy in Docker
Run WordPress on PHP-FPM with Caddy as the web server — all in Docker Compose with automatic HTTPS and proper PHP config.
-
Docker Compose useful commands
The docker compose commands you actually use daily — up, down, logs, exec, pull, and the flags that make them way more useful.
-
How to install NextCloud via Docker
Self-host Nextcloud in Docker with persistent storage and a reverse proxy — your own Google Drive without the Google.
-
Install a php script in PHP-FPM & Caddy via Docker
Run PHP apps with PHP-FPM and Caddy in Docker — FastCGI configuration, volume mounts, and the Caddyfile that wires it all together.
-
Install Caddy reverse proxy via Docker
Get Caddy running as a reverse proxy in Docker — automatic HTTPS, Caddyfile config, and Docker Compose setup in under 10 minutes.
-
Access Docker socket via TCP
Expose Docker's Unix socket over TCP so remote tools and dashboards can connect — daemon.json config for Linux and Windows.
-
Install docker on Ubuntu/Debian
The official, no-nonsense way to install Docker Engine on Ubuntu and Debian — repository setup, key import, and one command to verify it works.