X

Docker

How to send emails through a Docker container using Flask API?

Back in the day, my projects were written in PHP and then as a simple solution, I've been using Postfix…

How to run WordPress with docker on Linux/macOS/Windows?

In this tutorial, I will show to what to do in order to set up a WordPress container with its…

How to pass visitors real IP to WordPress from Nginx reverse proxy?

One of many experienced problems with Nginx was with passing the real IP of visitors to a service behind it,…

How to run Nginx with docker-compose ?

In the previous tutorial, I have been teaching you how to run Nginx using only Docker. Now, I will show…

How to run Nginx with Docker?

In this tutorial, I will show you how to run a local HTTP server to serve your static website without…

How to solve “cannot create directory – Permission denied” error on a docker container?

Maybe you are familiar with the next error mkdir: cannot create directory '/bitnami/mariadb': Permission denied or not.