Which command starts a container from the docker/getting-started image?
docker/getting-started
docker run hello-world
docker ps docker/getting-started
docker run docker/getting-started
docker pull docker/getting-started