Book Image

Developing with Docker

By : Jaroslaw Krochmalski, Jarosław Krochmalski
Book Image

Developing with Docker

By: Jaroslaw Krochmalski, Jarosław Krochmalski

Overview of this book

This fast-paced practical guide will get you up and running with Docker. Using Docker, you will be able to build, ship, and run many distributed applications in real time. You will start with quickly installing Docker and start working with images and containers. We will present different types of containers and their applications, and show you how to find and build images. You will learn how you can contribute to the image repository by publishing different images. This will familiarize you with the image building process and you will be able to successfully run your programs within containers. By finishing this book, you will be well equipped in deploying your applications using Docker and will have a clear understanding of concepts, techniques, and practical methods to get it running in production systems.
Table of Contents (16 chapters)
Developing with Docker
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Installing on Mac OS


Docker installation on Mac OS is very similar to the installation on a Windows PC. Again, you have two options here. If your Mac is from 2010 or later and runs Yosemite or newer Mac OS, you can pick the Docker for Mac installation. Again, the same as with native Docker for Windows, you can select the stable or beta channel. Unless you want to experience the excitement of new features and bugs available in Beta, you should pick the Stable version. Docker for Mac is a native application, you just copy it to your /Applications folder, just like any other Mac application, as can be seen in the following screenshot:

If you run the installed Docker.app, you will see a whale icon in the menu toolbar of your Mac OS:

The same note as for native Docker for Windows applies also for Docker for Mac: Kitematic is no longer part of the installation package. However, it's still compatible with Docker for Mac—you just need to download it separately and put it into the /Applications...