Beginning DevOps with Docker

Joseph Muli

Language: English

Publisher: Packt Publishing

Description:

Automate the deployment of your environment with the power of the Docker toolchain

About This Book

  • Written and reviewed by expert Docker developers
  • The book precisely covers all the essential topics such as building images and managing container swarms required in day to day use for Docker
  • The book includes activities on the docker CLI and exercises such as writing Dockerfiles for Python which will allow you to reinforce the concepts covered

    Who This Book Is For

    The book is crafted for developers, system architects, junior and mid-level site reliability engineers interested in adapting a docker workflow. They are also required to have a basic knowledge of UNIX concepts such as ssh, ports and logs

    What You Will Learn

  • Understand how to effectively design and build containers for different applications
  • Setup an environment for testing, avoiding environment mismatch that is breaking production
  • Setup and manage a multi-tier...