March 2020
Intermediate to advanced
392 pages
10h 10m
English
Let's make sure your system has Docker installed on it correctly and that you can work through the next few steps. If you haven't installed Docker yet, go to https://docs.docker.com/install/ and install it on your machine.
Open a Terminal (or console) and run the following command:
% docker version
Your output should now display the version, like this:
Client: Docker Engine - Community Version: 19.03.5 API version: 1.40 Go version: go1.12.12 Git commit: 633a0ea Built: Wed Nov 13 07:22:34 2019 OS/Arch: darwin/amd64 Experimental: falseServer: Docker Engine - Community Engine: Version: 19.03.5 API version: 1.40 (minimum version 1.12) Go version: go1.12.12 Git commit: 633a0ea Built: Wed Nov 13 07:29:19 2019 OS/Arch: linux/amd64 ...
Read now
Unlock full access