What does docker run hello-world do?
docker run hello-world
Creates and runs a container from the hello-world image
hello-world
Lists every Docker image stored locally
Renames the hello-world image
Deletes an existing hello-world container