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

Ansible


Ansible is a workflow orchestration tool that provides configuration management, provisioning, and application deployment with the help of one easy-to-use platform. Some of the powerful features of Ansible are as follows:

  • Provisioning: The apps are developed and deployed in different environments. It can be on bare metal servers, VMs, or Docker containers, locally or on the cloud. Ansible can help to streamline the provisioning steps with the help of Ansible tower and playbooks.

  • Configuration Management: Keeping a common configuration file is one of the primary use cases of Ansible, and helps manage and deploy in the required environment.

  • Application Deployment: Ansible helps to manage the complete lifecycle of an application, from deployment to production.

  • Continuous Delivery: Managing a continuous delivery pipeline requires resources from various teams. It cannot be achieved with the help of simple platform, hence, Ansible playbooks play a vital role in deploying and managing the...