How to Set Up Apache in Docker

I use a docker compose file to simplify the process of starting and configuring the container: The Apache HTTP server project is called httpd in Docker Hub. It contains defaults from upstream and there is no PHP installed. The configuration for this container is standard. The directory that is mounted is for web files.

How to Set Up Mail Server Using Docker

There are many different ways of setting up a mail server in Linux. I have chosen to use Docker as it streamlines the setup process and provides the same setup environment regardless of the underlying OS. I am using the mailserver/docker-mailserver image. It doesn’t need any SQL database and it has great documentation at https://docker-mailserver.github.io/docker-mailserver/edge/. …

How to Set Up Mail Server Using Docker Read More »