The Docker Project

Project Scope: Setting up Docker containers to host an apache webserver that also servers a dokuwiki php site. I also had to keep in mind that my IP address changes ever so often and that I would need a way to still point back to my IP address reliably. I decided to setup Cloudflare’s Dynamic DNS to auto update the IP address in my domains DNS server with the real time ISP public IP address. I configured it to run off of a ddclient docker container.

Part 1

Part 2