Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Build Your Own PaaS with Docker (Repost)

Posted By: happy4all
Build Your Own PaaS with Docker (Repost)

Build Your Own PaaS with Docker By Oskar Hane
2015 | 138 Pages | ISBN: 1784393940 | EPUB + PDF | 8 MB


Create, modify, and run your own PaaS with modularized containers using Docker About This Book Build your own PaaS using the much-appreciated software Docker. Isolate services in containers to have a fully modularized and portable system. Step-by-step tutorials that take you through the process of creating your own PaaS. Who This Book Is For 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. What You Will Learn Create your own custom Docker images to fit your needs Host your Docker repositories on GitHub and publicly publish them on Docker Registry Hub Separate data from services using data volume containers Install Docker on any platform including Amazon EC 2 Pass parameters to your containers when they start, to load different configurations Export and back up data from shared data volume containers Reverse proxy traffic to the right container using Nginx