Objective: This is a basic container used to ensure that Docker is installed and working.
-
Run the container:
docker container run -it hello-world
-it
allows the terminal to send and receive text to/from the container.
This should have returned some text.