Verifying Docker
After installation, verify Docker using: docker run hello-world which should pull and run the hello-world Docker image. This should produce a status output on your screen.
Important: Do not proceed until you have verified your Docker environment is able to run the hello-world test.
After passing the hello-world test, proceed to the next step (Connecting to the Instant Connect Docker Repository).