Developing with Docker

Jaroslaw Krochmalski

  • 出版商: Packt Publishing
  • 出版日期: 2016-11-28
  • 售價: $1,850
  • 貴賓價: 9.5$1,758
  • 語言: 英文
  • 頁數: 262
  • 裝訂: Paperback
  • ISBN: 1786469901
  • ISBN-13: 9781786469908
  • 相關分類: Docker
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • Cut through the noise and in simple terms learn to package your applications and test, ship, and scale your containers
  • Find and build images and successfully run your programs within containers
  • Build, deploy, and test your Docker containers and put them to work in production

Book Description

This fast-paced practical guide will get you up and running with Docker. Using Docker, you will be able to build, ship, and run many distributed applications in real time.

You will start with quickly installing Docker and start working with images and containers. We will present different types of containers and their applications, and show you how to find and build images. You will learn how you can contribute to the image repository by publishing different images. This will familiarize you with the image building process and you will be able to successfully run your programs within containers.

By finishing this book, you will be well equipped in deploying your applications using Docker and will have a clear understanding of concepts, techniques, and practical methods to get it running in production systems.

What you will learn

  • Understand Docker’s architecture
  • Build, ship, and run distributed applications
  • Deploy, automate, and manage the execution of applications within Docker
  • Scale and virtualize images and containers
  • Utilize the networking features that Docker offers
  • Use repositories to store and retrieve images

About the Author

Jarosław Krochmalski is a passionate software designer and developer who specializes in the financial business domain. He has over 12 years of experience in software development. He is a clean-code and software craftsmanship enthusiast. He is a Certified Scrum Master and a fan of Agile. His professional interests include new technologies in web application development, design patterns, enterprise architecture, and integration patterns.

He has been designing and developing software professionally since 2000 and has been using Java as his primary programming language since 2002. In the past, he worked for companies such as Kredyt Bank (KBC) and Bank BPS on many large-scale projects such as international money orders, express payments, and collection systems. He currently works as a consultant at Danish company 7N as an infrastructure architect for the Nykredit bank. You can reach him via Twitter at @jkroch or by e-mail at jarek@finsys.pl.

Table of Contents

  1. Introduction to Docker
  2. Installing Docker
  3. Understanding Images and Containers
  4. Networking and Persistent Storage
  5. Finding Images
  6. Creating Images
  7. Running Containers
  8. Publishing Images
  9. Using Docker in Development
  10. More Resources