Book Image

Infrastructure as Code (IAC) Cookbook

By : Stephane Jourdan, Pierre Pomès
Book Image

Infrastructure as Code (IAC) Cookbook

By: Stephane Jourdan, Pierre Pomès

Overview of this book

Para 1: Infrastructure as code is transforming the way we solve infrastructural challenges. This book will show you how to make managing servers in the cloud faster, easier and more effective than ever before. With over 90 practical recipes for success, make the very most out of IAC.
Table of Contents (18 chapters)
Infrastructure as Code (IAC) Cookbook
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Index

Chapter 9. Working with Docker

In this chapter, we will cover the following recipes:

  • Docker usage overview

  • Choosing the right Docker base image

  • Optimizing the Docker image size

  • Versioning Docker images with tags

  • Deploying a Ruby-on-Rails web application in Docker

  • Building and using Golang applications with Docker

  • Networking with Docker

  • Creating more dynamic containers

  • Auto-configuring dynamic containers

  • Better security with unprivileged users

  • Orchestrating with Docker Compose

  • Linting a Dockerfile

  • Deploying a private Docker registry with S3 storage