Run the classic hello-world image.
`docker run hello-world` pulls a tiny image and runs it. If
you see "Hello from Docker!", your installation is working end-to-end.
TASK
----
Run: docker run hello-world
Pass when the output contains "Hello from Docker!".
Sign in to save your code and track progress across devices.