Book Image

Beginning DevOps with Docker

By : Joseph Muli
5 (1)
Book Image

Beginning DevOps with Docker

5 (1)
By: Joseph Muli

Overview of this book

Making sure that your application runs across different systems as intended is quickly becoming a standard development requirement. With Docker, you can ensure that what you build will behave the way you expect it to, regardless of where it's deployed. By guiding you through Docker from start to finish (from installation, to the Docker Registry, all the way through to working with Docker Swarms), we’ll equip you with the skills you need to migrate your workflow to Docker with complete confidence.
Table of Contents (7 chapters)

Lesson Objectives


By the end of this lesson, you will be able to:

  • Describe how Docker improves a DevOps workflow

  • Interpret Dockerfile syntax

  • Build images

  • Set up containers and images

  • Set up a local dynamic environment

  • Run applications in Docker containers

  • Obtain a basic overview of how Docker manages images via Docker Hub

  • Deploy a Docker image to Docker Hub