• Complain

Elton Stoneman - Docker on Windows: From 101 to production with Docker on Windows

Here you can read online Elton Stoneman - Docker on Windows: From 101 to production with Docker on Windows full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, publisher: Packt Publishing, genre: Computer / Science. 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.

No cover
  • Book:
    Docker on Windows: From 101 to production with Docker on Windows
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2019
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Docker on Windows: From 101 to production with Docker on Windows: summary, description and annotation

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

Elton Stoneman: author's other books


Who wrote Docker on Windows: From 101 to production with Docker on Windows? Find out the surname, the name of the author of the book and a list of all author's works by series.

Docker on Windows: From 101 to production with Docker on Windows — 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 "Docker on Windows: From 101 to production with Docker on Windows" 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
Docker on Windows Second Edition From 101 to production with Docker on - photo 1
Docker on Windows
Second Edition
From 101 to production with Docker on Windows
Elton Stoneman

BIRMINGHAM - MUMBAI Docker on WindowsSecond Edition Copyright 2019 Packt - photo 2

BIRMINGHAM - MUMBAI
Docker on WindowsSecond Edition

Copyright 2019 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 or its dealers and distributors, will be held liable for any damages caused or alleged to have been 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.

Commissioning Editor: Vijin Boricha
Acquisition Editor: Rahul Nair
Content Development Editor: Ronn Kurien
Technical Editor: Prachi Sawant
Copy Editor: Safis Editing
Project Coordinator: Jagdish Prabhu
Proofreader: Safis Editing
Indexer: Pratik Shirodkar
Graphics: Tom Scaria
Production Coordinator: Arvindkumar Gupta

First published: July 2017
Second edition: February 2019

Production reference: 1270219

Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham
B3 2PB, UK.

ISBN 978-1-78961-737-5

www.packtpub.com

maptio Mapt is an online digital library that gives you full access to over - photo 3
mapt.io

Mapt is an online digital library that gives you full access to over 5,000 books and videos, as well as industry leading tools to help you plan your personal development and advance your career. For more information, please visit our website.

Why subscribe?
  • Spend less time learning and more time coding with practical eBooks and Videos from over 4,000 industry professionals

  • Improve your learning with Skill Plans built especially for you

  • Get a free eBook or video every month

  • Mapt is fully searchable

  • Copy and paste, print, and bookmark content

Packt.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 www.packt.com and as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at customercare@packtpub.com for more details.

At www.packt.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.

Contributors
About the author

Elton Stoneman has been a Microsoft MVP since 2010 and a Pluralsight author since 2013. Before joining Docker he spent 15 years as a consultant, architecting and delivering large and successful solutions built on .NET and powered by Windows, Docker, and Azure.

He's enjoying working with the new evolution of the Microsoft stack, helping people understand the great opportunities to modernize existing .NET Framework apps with Docker, and run them alongside new .NET Core apps in Windows and Linux containers.

Elton blogs, tweets, teaches and speaks about Docker all the time. He is a regular at Docker and .NET user groups and he's had great fun speaking at conferences around the world, including DockerCon, NDC, DevSum, BuildStuff, WinOps, and Techorama.

About the reviewers

Dr. Gabriel N. Schenker has more than 25 years of experience as an independent consultant, architect, leader, trainer, mentor, and developer. Currently, Gabriel works as Lead Curriculum Developer at Confluent after coming from a similar position at Docker. Gabriel has a Ph.D. in Physics, and he is a Docker Captain, a Certified Docker Associate, and an ASP Insider. When he is not working, Gabriel enjoys time with his wonderful wife Veronicah and his children.

Stefan Scherer is a Sr. Software Engineer at Docker, Inc. working in the tools and release engineering team. He is an early adopter of Docker on Windows, giving feedback and sharing his experience as a Microsoft MVP and retired Docker Captain. He is a maintainer of several Docker related Chocolatey packages. He also is member of the Hypriot team that gives the community a very easy experience for Docker on ARM devices.

What this book covers

, Getting Started with Docker on Windows , introduces the Docker runtime and walks through the options for running Docker on Windows, covering Windows 10 and Windows Server 2019, and running Docker on an Azure virtual machine (VM).

, Packaging and Running Applications as Docker Containers , focuses on the Docker imagea packaged application with all its dependencies that will run in the same way on any host that can run Docker. You'll see how to build Docker images with a Dockerfile for a simple website, and then run it on Windows.

, Developing Dockerized .NET Framework and .NET Core Applications , shows how you can containerize existing .NET Framework applications and run them in Windows containers, and use the same approach for new .NET Core applications, which can run on any operating system..NET Core apps run equally well on Windows and Linux, and they are ideally suited for packaging into a portable Docker container.

, Sharing Images with Docker Registries , covers Docker Hub where built images can be shared, including official images from product teams, public community images, and private repositories. You'll learn how to publish the images you build in development, how to run your own private Docker registry for internal use, and about commercial registry solutions with added features.

, Adopting Container-First Solution Design , builds on the previous chapters, showing how the range of high-quality Docker images makes it straightforward to design distributed solutions, mixing off-the-shelf images with custom ones. You'll learn how to break down a legacy monolithic app, replacing the home page and adding a REST API, together with new analytics features with Elasticsearch and Kibanaall in Windows containers.

, Organizing Distributed Solutions with Docker Compose , takes the ad-hoc distributed solution and builds it into a deployable package using Docker Compose with a Docker network, so our containers can communicate using DNS. You'll understand the structure of the Docker Compose YAML file and the runtime for Docker Compose. You'll also have an overview of Docker networks, seeing how easy it is to connect containers together.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Docker on Windows: From 101 to production with Docker on Windows»

Look at similar books to Docker on Windows: From 101 to production with Docker on Windows. 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 «Docker on Windows: From 101 to production with Docker on Windows»

Discussion, reviews of the book Docker on Windows: From 101 to production with Docker on Windows 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.