Category Archives: Docker

Setup Docker CE for CentOS 7

Overview

In this tutorial I will show how to Setup Docker CE for CentOS 7.
The default Docker version that comes with CentOS is very old and only supports docker-compose syntax version 2. To use a higher level of docker-compose syntax we need the latest Docker CE.
This tutorial is the short version of the official Docker CE tutorial.

Continue reading

Drupal on Docker with sSMTP and Traefik Support

sSMTP has been abandoned on the Ubuntu repository so please move to my mSMTP tutorial instead

Overview

In this tutorial I will share my Drupal on docker with sSMTP setup, for versions 6/8. The stack includes Drupal (with sSMTP), MariaDB, Adminer, Backup and Traefik support.

Continue reading

WordPress on Docker with sSMTP and Traefik Support

sSMTP has been abandoned on the Ubuntu repository so please move to my mSMTP tutorial instead

Overview

In this tutorial I will share my WordPress on docker with sSMTP setup. The stack includes WordPress (with sSMTP), MariaDB, Adminer, Backup and Traefik support.

Continue reading

Traefik Reverse Proxy for Docker

Traefik is a reverse proxy / load balancer that’s easy, dynamic, automatic, fast, full-featured, open source, production proven, provides metrics, and integrates with every major cluster technology.

Overview

In this tutorial I will share my Traefik docker-compose.yml setup files and how to use them.
Continue reading