Microservices with Docker on Microsoft Azure™ (includes Content Update Program)
by Boris Scholl, Trent Swanson, Daniel Fernandez
Install Docker Tools
As we mentioned in Chapter 2, install Docker tools from http://docs.docker.com/windows/started/ (links for Linux and Mac OS X are also available on this page). Depending on what operating system you are using, different tools will be installed. However, they will be some form of the following:
• Docker Engine: This includes the Docker client and Docker daemon. The Docker client sends commands to the daemon and the daemon executes the commands.
• Docker Kitematic: An optional GUI app that, like the Docker client, is used to create and manage images and containers.
• Docker Machine: A command line interface designed to simplify creating Docker hosts.
• Docker Compose: A YAML-based tool to create or compose a group of Docker ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access