November 2018
Beginner
230 pages
6h 4m
English
You have already used the docker --version command as a quick test to confirm that Docker was installed. Now try the command without the dashes:
docker version
This version of the command gives you greater detail about the version of Docker installed on your system. It is worth noting that the docker-compose command, which we will talk about later, also has two versions of the version command—one with the dashes providing a single-line response, and one without the dashes that delivers more details.
Read now
Unlock full access