Solved: “docker build” hangs
Taking a Docker course, building your first image and nothing happens? Here’s why and how to solve this issue. When you run the docker build command, the Docker client will send the “context” of your Dockerfile via REST to the Docker daemon. This “context” is the content of what is…