Book Image

Effective DevOps and Development with Docker [Video]

By : James Quigley
Book Image

Effective DevOps and Development with Docker [Video]

By: James Quigley

Overview of this book

<p>Companies that adopt DevOps and use Docker are leading the industry in almost all metrics. DevOps and developers need to use Docker in a way that supports and encourages good development and best practices. If you wish to get beyond just learning the Docker tool, then look no further because this video course will be your companion and show you how to make it work for your teams and processes.</p> <p>In this course you will learn the fundamentals of Docker, how to utilize it in your development environment, and know how Docker can help your organization adopt DevOps principles. Additionally you will learn about the fundamental principles of DevOps and how to transform your team into one that follows the three DevOps ways.</p> <p>By the end of this course, you will feel comfortable using Docker on the command line, writing Docker Compose files, and using these tools to boost your development. You will follow along and practice the fundamentals, learning from someone who has been in your shoes. Also, you will adopt best practices, scale up development, and accelerate your team into the forefront of the ever-changing development landscape.</p> <p>All the code and supporting files for this course are available on GitHub at:<br /><a id="LPlnk785854" class="x_OWAAutoLink" href="https://github.com/PacktPublishing/Effective-DevOps-and-Development-with-Docker-V-" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable">https://github.com/PacktPublishing/Effective-DevOps-and-Development-with-Docker-V-</a></p> <h1>Style and Approach</h1> <p>This course contains examples and demonstrations and will walk you through everything you need to know. It follows a step by step approach, by providing you with helpful tips along the way.</p>
Table of Contents (4 chapters)
Chapter 3
Dockerfile Deep Dive
Content Locked
Section 4
Building and Running Your First Custom Image
Now that we have created a Dockerfile, we need to create an image from it. We will learn how to build an image from a Dockerfile. - Review the Dockerfile from the previous video - Build an image from the Dockerfile - Run our sample app inside the Docker container