Book Image

Troubleshooting Docker

By : Vaibhav Kohli, Rajdeep Dua, John Wooten
Book Image

Troubleshooting Docker

By: Vaibhav Kohli, Rajdeep Dua, John Wooten

Overview of this book

You?re pro Docker? You?ve read all about orchestration with Docker in books? Now learn how to troubleshoot Docker in practice. Gain all the tools to safely see Docker in action with this 2017 book.
Table of Contents (17 chapters)
Troubleshooting Docker
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Free Chapter
1
Understanding Container Scenarios and an Overview of Docker

Chef


Chef has some important components, such as cookbook and recipes. A cookbook defines a scenario and contains everything; the first of them is recipes which is a fundamental configuration element within an organisation and it is written in Ruby language. It is mostly collection of resource-defined using patterns. Cookbooks also contain attribute values, file distribution, and templates. Chef allows the Docker container to be managed in a versionable, testable, and repeatable way. It provides you with the power to build an efficient workflow for container-based development and to manage the release pipeline. Chef delivery allows you to automate and use the scalable workflow to test, develop, and release the Docker container.

The Docker cookbook is available on GitHub (https://github.com/chef-cookbooks/docker) and provides custom resources to be used in the recipes. It provides various options, such as the following:

  • docker_service: These are the composite resources used for docker_installation...