• Complain

Mouat - Using docker developing and deploying software with containers

Here you can read online Mouat - Using docker developing and deploying software with containers full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2016;2015, publisher: OReilly Media, 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.

Mouat Using docker developing and deploying software with containers
  • Book:
    Using docker developing and deploying software with containers
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2016;2015
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Using docker developing and deploying software with containers: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Using docker developing and deploying software with containers" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Docker containers offer simpler, faster, and more robust methods for developing, distributing, and running software than previously available. With this hands-on guide, youll learn why containers are so important, what youll gain by adopting Docker, and how to make it part of your development process.

Ideal for developers, operations engineers, and system administratorsespecially those keen to embrace a DevOps approachUsing Docker will take you from Docker and container basics to running dozens of containers on a multi-host system with networking and scheduling. The core of the book walks you through the steps needed to develop, test, and deploy a web application with Docker.

  • Get started with Docker by building and deploying a simple web application
  • Use Continuous Deployment techniques to push your application to production multiple times a day
  • Learn various options and techniques for logging and monitoring...
  • Mouat: author's other books


    Who wrote Using docker developing and deploying software with containers? Find out the surname, the name of the author of the book and a list of all author's works by series.

    Using docker developing and deploying software with containers — 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 "Using docker developing and deploying software with containers" 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
    Using Docker

    by Adrian Mouat

    Copyright 2016 Adrian Mouat. All rights reserved.

    Printed in the United States of America.

    Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

    OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safaribooksonline.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

    • Editor: Brian Anderson
    • Production Editor: Melanie Yarbrough
    • Copyeditor: Christina Edwards
    • Proofreader: Amanda Kersey
    • Indexer: WordCo Indexing Services
    • Interior Designer: David Futato
    • Cover Designer: Randy Comer
    • Illustrator: Rebecca Demarest
    • December 2015: First Edition
    Revision History for the First Edition
    • 2015-12-07: First Release
    • 2016-04-08: Second Release

    See http://oreilly.com/catalog/errata.csp?isbn=9781491915769 for release details.

    The OReilly logo is a registered trademark of OReilly Media, Inc. Using Docker, the cover image of a bowhead whale, and related trade dress are trademarks of OReilly Media, Inc.

    While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

    978-1-491-91576-9

    [LSI]

    Dedication

    To those who try, whether they fail or succeed.

    Preface

    Containers are a lightweight and portable store for an application and its dependencies.

    Written down by itself, this sounds dry and boring. But the process improvementsmade possible by containers are anything but; used correctly, containers can begame-changing. So persuasive is the lure of the architectures and workflows madepossible by containers that in the span of a year, it feels like every major IT company has gone fromnever having heard of Docker or containers to actively investigating and usingthem.

    The rise of Docker has been astonishing. I dont remember anytechnology that has had such a fast and profound effect on the IT industry. Thisbook is my attempt to help you understand why containers are so important,what you stand to gain from adopting containerization, and most importantly,how to go about it.

    Who Should Read This Book

    This book tries to take a holistic approach to Docker, explaining the reasons forusing Docker and showing how to use it and how to integrate it into asoftware development workflow. The book covers the entire software lifecycle,from development through to production and maintenance.

    I have tried to avoid assuming too much of the reader beyond a basic knowledgeof Linux and software development in general. The intended readership isprimarily software developers, operations engineers, and system administrators(particularly those keen to develop a DevOps approach), but technically informedmanagers and enthusiasts should also be able to get something out of this book.

    Why I Wrote This Book

    I was in the fortunate position to learn about and use Docker while it wasstill in the early stages of its meteoric rise. When the opportunity to writethis book appeared, I leapt at it with both hands. If my scribblings can helpsome of you to understand and make the most of the containerization movement, Iwill have achieved more than I have in years of developing software.

    I truly hope that you enjoy reading this book and that it helps you on the pathto using Docker in your organization.

    Navigating This Book

    This book is roughly organized as follows:

    • starts by explaining what containers are and why you should be interested in them, before going into a couple tutorial chapters showing the basics of Docker. It concludes with a lengthy chapter explaining thefundamental concepts and technology in Docker, including an overview of thevarious Docker commands.

    • explains how to use Docker in a software development lifecycle. It starts by showing how to set up a development environment,before building a simple web application that is used as an ongoing examplethroughout the subsequent chapters. This part covers development, testing,and integration, as well as how to deploy containers and how to effectivelymonitor and log a production system.

    • goes into advanced details and the tools and techniques needed to run multihost clusters of Docker containers safely andreliably. If you are already using Docker and need to understand how to scale upor solve networking and security issues, this is for you.

    Conventions Used in This Book

    The following typographical conventions are used in this book:

    Italic

    Indicates new terms, URLs, email addresses, filenames, and file extensions.

    Constant width

    Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.

    Constant width bold

    Shows commands or other text that should be typed literally by the user.

    Constant width italic

    Shows text that should be replaced with user-supplied values or by values determined by context.

    Tip

    This icon signifies a tip, suggestion, or general note.

    Warning

    This icon indicates a warning or caution.

    Using Code Examples

    Supplemental material (code examples, exercises, etc.) is available for download at https://github.com/using-docker/.

    This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing a CD-ROM of examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission.

    We appreciate, but do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example: Using Docker by Adrian Mouat (OReilly). Copyright 2016 Adrian Mouat, 978-1-491-91576-9.

    If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at .

    Safari Books Online
    Note

    Safari Books Online is an on-demand digital library that delivers expert content in both book and video form from the worlds leading authors in technology and business.

    Technology professionals, software developers, web designers, and business and creative professionals use Safari Books Online as their primary resource for research, problem solving, learning, and certification training.

    Next page
    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make

    Similar books «Using docker developing and deploying software with containers»

    Look at similar books to Using docker developing and deploying software with containers. 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 «Using docker developing and deploying software with containers»

    Discussion, reviews of the book Using docker developing and deploying software with containers 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.