• Complain

Sean P. Kane - Docker - Up & Running: Shipping Reliable Containers in Production

Here you can read online Sean P. Kane - Docker - Up & Running: Shipping Reliable Containers in Production full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2023, publisher: OReilly Media, genre: Romance novel. 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.

Sean P. Kane Docker - Up & Running: Shipping Reliable Containers in Production
  • Book:
    Docker - Up & Running: Shipping Reliable Containers in Production
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2023
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Docker - Up & Running: Shipping Reliable Containers in Production: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Docker - Up & Running: Shipping Reliable Containers in Production" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Docker and Linux containers have fundamentally changed the way that organizations develop, deliver, and run software at scale. But understanding why these tools are important and how they can be successfully integrated into your organizations ecosystem can be challenging. This fully updated guide provides developers, operators, architects, and technical managers with a thorough understanding of the Docker tool set and how containers can improve almost every aspect of modern software delivery and management. This edition includes significant updates to the examples and explanations that reflect the substantial changes that have occurred since Docker was first released almost a decade ago. Sean Kane and Karl Matthias have updated the text to reflect best practices and to provide additional coverage of new features like BuildKit, multi-architecture image support, rootless containers, and much more. Learn how Docker and Linux containers integrate with cloud services and Kubernetes Experience building OCI images, plus deploying and managing Linux containers with powerful command-line tools Understand how OCI images simplify dependency management and deployment workflow for your applications Learn practical techniques for deploying and testing Linux containers in production Deploy production containers at scale wherever you need them Explore advanced Docker topics, including deployment tools, networking, orchestration, security, and configuration

Sean P. Kane: author's other books


Who wrote Docker - Up & Running: Shipping Reliable Containers in Production? Find out the surname, the name of the author of the book and a list of all author's works by series.

Docker - Up & Running: Shipping Reliable Containers in Production — 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 - Up & Running: Shipping Reliable Containers in Production" 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
Praise for Docker Up Running Docker Up Running moves past the Docker - photo 1
Praise for Docker: Up & Running

Docker: Up & Running moves past the Docker honeymoon and prepares you for the realities of running containers in production.

Kelsey Hightower, Principal Developer Advocate, Google Cloud Platform

Docker: Up & Running takes you from the basics underlying concepts to invaluable practical lessons learned from running Docker at scale.

Liz Rice, Chief Open Source Officer with eBPF specialists, Isovalent

Docker: Up & Running will steer you toward building modern, reliable, and highly available distributed systems.

Mihai Todor, Senior Principal Engineer, TLCP

A few years ago, I had to switch my workflow away from virtual machines and start focusing on containers. For me, the best way to understand how something works is by getting hands-on experience as a user, and only then diving into the technology. Docker: Up & Running made the process of getting hands-on with Docker and containers a smooth process, allowing me to easily get up to speed with containers.

Fabiano Fidncio, Cloud Orchestration Software Engineer, Intel Corporation

Docker: Up & Running

by Sean P. Kane with Karl Matthias

Copyright 2023 Sean P. Kane and Karl Matthias. 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 (https://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Acquisitions Editor: John Devins
  • Development Editor: Michele Cronin
  • Production Editor: Elizabeth Faerm
  • Copyeditor: Sonia Saruba
  • Proofreader: Piper Editorial Consulting, LLC
  • Indexer: Sue Klefstad
  • Interior Designer: David Futato
  • Cover Designer: Randy Comer
  • Illustrator: Kate Dullea
  • April 2023: Third Edition
Revision History for the Third Edition
  • 2023-04-13: First Release

See https://oreilly.com/catalog/errata.csp?isbn=9781098131821 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Docker: Up & Running, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

The views expressed in this work are those of the author, and do not represent the publishers views. 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-098-13182-1

[LSI]

Dedication


For my wife and children, who make everything worth it.

For my parents, who pointed me toward the beautiful intersection
between logic and passion.

And for my sister, who challenges me to explore the world
through the perception of others.

Sean P. Kane
For my mom, who got me to read, and my dad, who read to me.

And for my wife and daughters, who are my bedrock.

Karl Matthias

Foreword

Containers are ubiquitous. From local development, to continuous integration, to managing large-scale production workloads, containers are everywhere. Why did this come about, where is it going, and what do you, the reader, need to know about this revolution that has taken over our industry?

Many older technologies offer the promise of write once, run anywhere. However, not all runtimes offered this facility, and even those that did still required the runtime (and any additional dependencies) to be available in order for an application to run. Containers offer the promise of build once, run anywhere. They allow you to package your applications, the runtime required to run it, configuration files, and any and all file dependencies it needs into one artifact. As long as you have a container runtime on the target machine, your application just works. This allows your infrastructure to be truly application agnostic. It works on my machine, begone!

Containers offer a standard application programming interface (API) to manage the lifecycle of a container and the applications packaged within the container. This API provides a homogenous interface to an otherwise heterogeneous deployment landscape, relieving operations teams from having to know the nitty-gritty of deploying and running applications and, consequently, being able to focus on the what they do bestmanaging infrastructure, enforcing security and compliance, and keeping the lights on.

This interface also forms the basis for a ton of innovation. Container orchestrators like Kubernetes and Nomad leverage this control plane to raise the level of abstraction, making it easier to manage containerized workflows at scale. Service mesh technologies, like Istio, work hand in glove with orchestrators, decoupling cross-cutting concerns like service discovery and security from the application stack.

All the benefits of a standard interface also flow upstream, making the daily lives of developers easier. A single command can produce an entire development environment. Within continuous integration (CI), containers can be easily spun up to house databases, queues, or whatever dependencies your application needs to allow for integration, smoke, and end-to-end tests to check and verify your work. And finally, the portability of containers allows development teams to take ownership of their work in production, making many facets of DevOps a reality.

In a world where runtimes upgrade major versions regularly, teams and organizations are polyglot, DevOps practices like blue-green and canary releases are the norm, and scale is unprecedented, the technology that teams throughout the world are using to build and deploy their applications is containers. Containers are no longer new or novelrather, they represent the rule of how organizations are packaging and deploying applications.

However, working with containers isnt easy. Having used containers for almost a decade, and having spent time teaching it to audiences around the world, I can attest to how nuanced this subject is.

Sean and Karl have distilled years of experience into a highly readable, yet comprehensive guide to using containers with Docker. Everything you need to get started and be productive with Docker can be found within the pages of this bookfrom installation, to understanding how to use and build images, to working with containers, introspecting builds and the runtime, as well as productionizing containers, can be all found here.

And thats not allSean and Karl arent afraid to dive into microscopic detailselaborating on how simple Linux primitives like cgroups and namespaces make this magical thing called containers a reality. Finally, the Docker ecosystem is ever growing and expandingand youll find coverage on that landscape as well.

In the foreword of Docker: Up & Running, second edition, Laura Tacho made an astute observationcloud native technologies like VMs and containers are not exclusive. Rather, they are additive. This statement couldnt be truer todaythe rise of technologies like Kata Containers that combine the use of lightweight virtual machines to run containers, thus allowing us to have the best of both worlds (the isolation of VMs with the portability of containers), are an attestation to Lauras commentary.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Docker - Up & Running: Shipping Reliable Containers in Production»

Look at similar books to Docker - Up & Running: Shipping Reliable Containers in Production. 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 - Up & Running: Shipping Reliable Containers in Production»

Discussion, reviews of the book Docker - Up & Running: Shipping Reliable Containers in Production 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.