How to understand downloading images with docker-compose

Zhao Li
Analytics Vidhya
Published in
3 min readJun 9, 2019

--

cc:https://www.flickr.com/photos/appleboy/22947137613

Problem

Before you can use any Docker container, you first need to download a Docker image on to your local development machine.

Solution

This tutorial will go through how to download a Docker image from Docker Hub on to your local development machine and then understand what happened.

--

--