Docker in Action

By Jeff Nickoloff, Stephen Kuenzli, Bret Fisher

Book cover of Docker in Action

Book description

The idea behind Docker is simple. Create a tiny virtual environment called a container that holds just your application and its dependencies. The Docker engine uses the host operating system to keep track of your containers. Applications running inside containers share resources, making their footprints small. They are easy to…

Shepherd is reader supported. When you buy books, we may earn an affiliate commission.

Why read it?

1 author picked Docker in Action as one of their favorite books. Why do they recommend it?

Docker is the technology that works perfectly along with Kubernetes, and I believe that in such a fast-paced development environment, applications do not need to depend on the machine that they are running on.

What truly stood out for me was the exploration of Docker's features like images, networks, containers, and volumes, and how these elements create a consistent environment for applications to run. This consistency is key in eliminating the "well, it works on my machine" problem, making our lives easier and our work more portable.

Want books like Docker in Action?

Our community of 11,000+ authors has personally recommended 51 books like Docker in Action.

Browse books like Docker in Action

5 book lists we think you will like!

Interested in operating system, software, and object-oriented programming?

Operating System 11 books
Software 61 books