Correct Answer : Docker allows you to run containers and build images.
Explanation : When a process based on a Docker image is started, it is referred to as a container. In contrast with containers, Docker images are built. And it is the container, which is based on the image, that is run.