You can read more about it from the official docs, but to simplify, consider the following: you use Docker to manage containers, images, volumes, etc. When you do docker run you are basically executing a single container. If you want to start a second container, th...