Docker Tutorial: Wie funktioniert Docker Build?
Docker Tutorial: How does Docker Build work?
According to the Docker tutorial, the "Docker Build" command reads the Dockerfile from a folder and creates the image called windev. If the command "Docker Images" is now entered, the new image with the name windev appears. A container can now be started from this new image using the "Docker Run" command.