Microservices at Scale using AWS & Kubernetes lesson 2 Using Docker Format Containers: Running Dockerfiles
Running Dockerfiles
Using "base" images
One of the advantages of the Docker workflow for developers is the ability to use certified containers from the "official" development teams. In this diagram a developer uses the official Python base image whic...