Chapter 9: Case Studies

This chapter contains a collection of recipes that have come up through the years in building command-line tools.

Distribute a containerized click application to DockerHub

Getting started with Docker

There are two primary components of Docker: Docker Desktop and Docker Hub.

docker-ecosystem

Docker Desktop Overview

The desktop application contains the container runtime, which allows containers to execute. The Docker App itself orchestrates the local development workflow, including the ability to use Kubernetes, which is an open-source system for managing containerized applications that came out of Google.

Docker Hub ...

Get Python Command Line Tools now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.