1) The document describes how to create a .NET Core web API application using 4 Docker containers: NGINX load balancer, 2 Core API containers, and a MySQL database container.
2) The Core API containers are built from a Dockerfile and published to Ubuntu containers on the Docker network with static IPs.
3) The MySQL container is run on the network.
4) An NGINX container is built from a Dockerfile using an NGINX configuration file for load balancing, and run on the network.