• Complain

Nigel Poulton - Docker Deep Dive

Here you can read online Nigel Poulton - Docker Deep Dive full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2020, publisher: Packt Publishing, genre: Computer. 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 Deep Dive
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2020
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Docker Deep Dive: summary, description and annotation

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

Nigel Poulton: author's other books


Who wrote Docker Deep Dive? Find out the surname, the name of the author of the book and a list of all author's works by series.

Docker Deep Dive — 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 Deep Dive" 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 Deep Dive Zero to Docker in a single book Nigel Poulton 2016 - 2020 - photo 1
Docker Deep Dive
Zero to Docker in a single book!
Nigel Poulton
2016 - 2020 Nigel Poulton

Huge thanks to my wife and kids for putting up with a geek in the house who genuinely thinks hes a bunch of software running inside of a container on top of midrange biological hardware. It cant be easy living with me!

Massive thanks as well to everyone who watches my Pluralsight videos. I love connecting with you and really appreciate all the feedback Ive gotten over the years. This was one of the major reasons I decided to write this book! I hope itll be an amazing tool to help you drive your careers even further forward.

0: About the book

This is a book about Docker, no prior knowledge required. In fact, the motto of the book is Zero to Docker in a single book.

So, if youre involved in the development and operations of cloud-native microservices apps and need to learn Docker, or if you want to be involved in that stuff, this book is dedicated to you.

In fact, Book Authority (featured on CNN, Forbes) rated this as the best Docker book of all time!

Best Docker book of all time - winner Why should I read this book or care about - photo 2Best Docker book of all time - winner
Why should I read this book or care about Docker?

Docker is here and theres no point hiding. In fact, if you want the best jobs working on the best technologies, you need to know Docker and containers.

What if Im not a developer

If you think Docker is just for developers, prepare to have your world turned upside-down.

Most applications, even the funky cloud-native microservices ones, need high-performance production-grade infrastructure to run on. If you think traditional developers are going to take care of that, think again. To cut a long story short, if you want to thrive in the modern cloud-first world, you need to know Docker. But dont stress, this book will give you all the skills you need.

Should I buy the book if Ive already watched your video training courses?

The choice is yours, but I normally recommend people watch my videos and read my books. And no, its not to make me rich. Learning via different mediums is a proven way to learn fast. So, I recommend you read my books, watch my videos, and get as much hands-on experience as possible.

Also, if you like my video courses youll probably like the book. If you dont like my video courses you probably wont like the book.

If you havent watched my video courses, you should! Theyre fast-paced, lots of fun, and get rave reviews.

How the book is organized

Ive divided the book into two sections:

  1. The big picture stuff
  2. The technical stuff

The big picture stuff section covers things like:

  • What is Docker
  • Why do we have containers
  • What do things like cloud-native and microservices mean

Its the kind of stuff that you need to know if you want a good rounded knowledge of Docker and containers.

The technical stuff section is where youll find everything you need to start working with Docker. It gets into the detail of images, containers, and the increasingly important topic of orchestration. It even covers the stuff that enterprises love TLS, image signing, high-availability, backups, and more.

Each chapter covers theory and includes plenty of commands and examples.

Most of the chapters in the technical stuff section are divided into three parts:

  • The TLDR
  • The Deep Dive
  • The Commands

The TLDR gives you two or three paragraphs that you can use to explain the topic at the coffee machine. Theyre also a great way to remind yourself what something is about.

The Deep Dive explains how things work and gives examples.

The Commands lists all the relevant commands in an easy to read list with brief reminders of what each one does.

I think youll love that format.

Editions of the book

Docker and the cloud-native ecosystem is developing at a warp speed. As a result, Im committed to updating the book every year!**

If that sounds a bit excessive, welcome to the new normal.

We no-longer live in a world where a 1-year old book on a technology like Docker is valuable. That makes my life as an author really hard, but Im not going to argue with the truth.

Dont worry though, your investment in this book is safe.

If you buy the paperback copy from Amazon.com, you get the Kindle version for a couple of bucks through the Kindle MatchBook scheme. This is an Amazon service thats only available on Amazon.com and is a bit buggy. If you bought the paperback and cant see how to get your Kindle version through MatchBook, you need to contact Kindle support I cant help you with this :-(

The Kindle and Leanpub versions get all updates free of charge!

Thats the best I can currently do!

Having problems getting the latest updates on your Kindle?

Its come to my attention that Kindle doesnt always download the latest version of the book. To fix this:

Go to http://amzn.to/2l53jdg

Under Quick Solutions (on the left) select Digital Purchases. Search for your purchase of Docker Deep Dive kindle edition and select Content and Devices. Your purchase should show up in the list with a button that says Update Available. Click that button. Delete your old version on your Kindle and download the new one.

If this doesnt work, contact Kindle support and theyll resolve the issue for you. https://kdp.amazon.com/en_US/self-publishing/contact-us/.

The paperback edition

Im a huge fan of ink and paper. As a result, this book is available as a high-quality, full-color, paperback edition via Amazon. None of this black-and-white nonsense. I think youll love it.

Leave a review

Last but not least be a legend and write a quick review on Amazon. You can even do this if you bought the book on Leanpub.

Thats everything Lets get rocking with Docker Part 1 The big picture stuff - photo 3

Thats everything. Lets get rocking with Docker!

Part 1: The big picture stuff
1: Containers from 30,000 feet

Containers are definitely a thing.

In this chapter well get into things like; why we have containers, what they do for us, and where we can use them.

The bad old days

Applications are at the heart of businesses. If applications break, businesses break. Sometimes they even go bust. These statements get truer every day!

Most applications run on servers. In the past we could only run one application per server. The open-systems world of Windows and Linux just didnt have the technologies to safely and securely run multiple applications on the same server.

As a result, the story went something like this Every time the business needed a new application, the IT department would buy a new server. Most of the time nobody knew the performance requirements of the new application, forcing the IT department to make guesses when choosing the model and size of the server to buy.

As a result, IT did the only thing it could do it bought big fast servers that cost a lot of money. After all, the last thing anyone wanted, including the business, was under-powered servers unable to execute transactions and potentially losing customers and revenue. So, IT bought big. This resulted in over-powered servers operating as low as 5-10% of their potential capacity.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Docker Deep Dive»

Look at similar books to Docker Deep Dive. 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 Deep Dive»

Discussion, reviews of the book Docker Deep Dive 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.