What should the server look like vs How to make it that way. We configure the state of a server, rather than the installation process with scripts, or god forbid manual installation by typing each ...
Docker is used to run apps/processes without actually installing them. This is useful because it ensures the same environment is running on all the machines using the images that make the containers.