Skip to main content

10 posts tagged with "Containers"

Containerization Technologies and Best Practices

View All Tags

Self-Host Dewiride Analytics on Ubuntu Server — Part 2: Close the Ports Docker Opened Behind Your Firewall

· 17 min read
Jagdish Kumawat
Founder @ Dewiride

Your firewall says Default: deny (incoming). Your database is answering the internet anyway. This part shows the port scan that proves it on a real server, explains the iptables chain order that causes it, and fixes it with a Compose override file — not by fighting the firewall.

Self-Host Dewiride Analytics on Ubuntu Server — Part 1: Run the Stack with Docker Compose

· 19 min read
Jagdish Kumawat
Founder @ Dewiride

Learn how to run Dewiride Analytics on your own Ubuntu Server — an open-source web analytics engine that tells you which of your visitors were actually people. This part covers the firewall, the repository, the two passwords you must set yourself, and the single command that brings four containers up and waits until every one of them is genuinely healthy.

Install WordPress on Ubuntu Server with Docker — Part 1: Run WordPress with Docker Compose

· 20 min read
Jagdish Kumawat
Founder @ Dewiride

Learn how to run WordPress on an Ubuntu Server using Docker — with the website and its database in two tidy containers instead of installed all over your system. This part covers the project folder, a .env file for your passwords, the compose.yaml file explained line by line, and finishing the famous five-minute WordPress installer in your browser.

Deploy a .NET App to Azure Container Apps — Part 4: Push Your Image to the Registry

· 8 min read
Jagdish Kumawat
Founder @ Dewiride

This is the shortest part of the series and the one most likely to save you an afternoon. Pushing an image is three commands — but if you're on an Apple Silicon Mac, one missing flag produces a container that builds perfectly, pushes perfectly, and then refuses to start on Azure.

Stay Updated

Subscribe to our newsletter for the latest tutorials, tech insights, and developer news.

By subscribing, you agree to our privacy policy. Unsubscribe at any time.