• Complain

Oskar Hane - Build Your Own PaaS with Docker

Here you can read online Oskar Hane - Build Your Own PaaS with Docker full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2015, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Oskar Hane Build Your Own PaaS with Docker
  • Book:
    Build Your Own PaaS with Docker
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2015
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Build Your Own PaaS with Docker: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Build Your Own PaaS with Docker" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

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.

In Detail

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.

Oskar Hane: author's other books


Who wrote Build Your Own PaaS with Docker? Find out the surname, the name of the author of the book and a list of all author's works by series.

Build Your Own PaaS with Docker — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Build Your Own PaaS with Docker" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Build Your Own PaaS with Docker

Table of Contents
Build Your Own PaaS with Docker

Build Your Own PaaS with Docker

Copyright 2015 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: April 2015

Production reference: 1010415

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-78439-394-6

www.packtpub.com

Credits

Author

Oskar Hane

Reviewers

Donald Simpson

Lawrence Taylor

Commissioning Editor

Sarah Crofton

Acquisition Editor

Rebecca Youe

Content Development Editor

Merwyn D'Souza

Technical Editors

Narsimha Pai

Mahesh Rao

Copy Editors

Dipti Kapadia

Vikrant Phadke

Project Coordinator

Neha Bhatnagar

Proofreaders

Ting Baker

Simran Bhogal

Indexer

Mariammal Chettiyar

Production Coordinator

Manu Joseph

Cover Work

Manu Joseph

About the Author

Oskar Hane is a full stack developer, with 15 years of experience in the development and deployment of web applications. During this period, he mostly worked with start-ups and small, fast-moving companies. He is the cofounder of several companies and has been working as an independent contractor for the past few years. These days, Oskar works with Neo4j, the world's leading graph database, where he spends most of his time on the frontend, writing JavaScript.

He lives in Sweden with his wife and daughter. He enjoys programming as well as all kinds of sports and outdoor activities, such as hunting and fishing.

About the Reviewers

Donald Simpson is an experienced build manager, software developer, and information technology consultant based in Scotland, UK.

He specializes in helping organizations improve the quality and reduce the cost of software development through the adoption of continuous integration and continuous delivery best practices.

He has designed and implemented fully automated code and environment build solutions for a range of clients and Agile projects.

You can find out more about Donald on his website (www.donaldsimpson.co.uk).

Lawrence Taylor is armed with a PhD in mathematics. He has 7 years of experience in developing software in a variety of sectors, from finance to travel. Charred by his number-theoretic past, he is drawn to the abstractions and techniques required to design and build extensible software systems.

www.PacktPub.com
Support files, eBooks, discount offers, and more

For support files and downloads related to your book, please visit www.PacktPub.com.

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.

At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

httpswww2packtpubcombookssubscriptionpacktlib Do you need instant - photo 1

https://www2.packtpub.com/books/subscription/packtlib

Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can search, access, and read Packt's entire library of books.

Why subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print, and bookmark content
  • On demand and accessible via a web browser
Free access for Packt account holders

If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view 9 entirely free books. Simply use your login credentials for immediate access.

Preface

Docker is an open source project with a high-level API that provides software containers to run processes in isolation. Packaging an app in a container that can run on any Linux server (as well as on OS X and Windows) helps developers focus on developing the app instead of server setups and other DevOps operations.

What this book covers

, Installing Docker , takes you through the Docker installation process to start a container.

, Exploring Docker , gives you an insight into how Docker works and the terminology used and introduces public images.

, Creating Our First PaaS Image , shows you how to create your own custom Docker image that will be a part of your PaaS.

, Giving Containers Data and Parameters , teaches you about the data storing alternatives available and how to pass parameters to your PaaS containers.

, Connecting Containers , shows you how to manually connect containers in order to form a complete platform, and introduces two tools that give you more control over multicontainer platforms.

, Reverse Proxy Requests , explains the problem and provides a solution to having multiple containers on the same host, where more than one host should be reachable on the same port.

, Deployment on Our PaaS , takes you through the process of deploying code to your PaaS. Here, you learn how to create your own mini-Heroku with Dokku.

, What's Next? , introduces a few projects that are in their early stages and look promising for the future of a Docker based PaaS.

What you need for this book
  • A PC/laptop running OS X, Linux, or Windows
  • Internet connection
Who this book is for

This book is intended for those who want to learn how to take full advantage of separating services into module containers and connecting them to form a complete platform. You may have, perhaps, heard of Docker but never installed or used it; or, you may have installed it and run a full stack container, not separating services in module containers that connect. In either case, this book will give you all the insights and knowledge required to run your own PaaS.

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "After some dependent images are downloaded, we should be able to see our running container when we execute

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Build Your Own PaaS with Docker»

Look at similar books to Build Your Own PaaS with Docker. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Build Your Own PaaS with Docker»

Discussion, reviews of the book Build Your Own PaaS with Docker and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.