Create, modify, and run your own PaaS with modularized containers using Docker
This book is intended for those who want to take full advantage of separating services into module containers and connect them to form a complete platform. It will give you all the insights and knowledge needed to run your own PaaS.
Docker is a great tool in many ways for developers and people in DevOps.
We begin by learning how easy it is to create and publish your own customized Docker images and making them available to everyone. We also see how practical it is to separate every service to its own container. When you have published separated service containers, the process of running all kinds of platforms in the same server is a walk in the park.
This book walks you through a use case project that will teach you how to customize and create your own Docker image, allowing you to run any platform you want. The project evolves throughout the book and emerges as a complete three containers WordPress/MySQL platform when finished.
By the end of the book, you will know how to create such a container on a WordPress/MySQL platform, among others.
Chapter 1. Installing Docker
Chapter 2. Exploring Docker
Chapter 3. Creating Our First PaaS Image
Chapter 4. Giving Containers Data and Parameters
Chapter 5. Connecting Containers
Chapter 6. Reverse Proxy Requests
Chapter 7. Deployment on Our PaaS
Chapter 8. What’s Next?