docker --version
Lesson 1 / terminal
Confirm Docker works
Check that Docker is installed before pulling the Vary image.
Vary ships as a container image, so the compiler and runtime live inside Docker rather than on your host. If this command does not print a Docker version, install Docker before continuing.
docker --version
Expected output
^Docker version [0-9]+\.[0-9]+\.[0-9]+, build [0-9a-f]+$