Learn Docker - Fundamentals of Docker 19.x

Gabriel N. Schenker

Language: English

Publisher: Packt Publishing

Published: Mar 13, 2020

Description:

Explore the core functionality of containerizing your applications and making them production-ready

Key Features

 

  • Grasp basic to advanced Docker concepts with this comprehensive guide
  • Get acquainted with Docker containers, Docker images, orchestrators, cloud integration, and networking
  • Learn to simplify dependencies and deploy and test containers in production

    Book Description

    Containers enable you to package an application with all the components it needs, such as libraries and other dependencies, and ship it as one package. Docker containers have revolutionized the software supply chain in both small and large enterprises.

    Starting with an introduction to Docker fundamentals and setting up an environment to work with it, you'll delve into concepts such as Docker containers, Docker images, and Docker Compose. As you progress, the book will help you explore deployment, orchestration, networking, and security. Finally, you'll get to grips...