February 2019
Intermediate to advanced
240 pages
5h 25m
English
Let’s check that Docker is installed and running correctly. Since Docker is a command-line tool, go ahead and crack open your favorite terminal, and enter the following command:
| | $ docker version |
If all is well, you should see some output like the following:
| | Client: Docker Engine - Community |
| | Version: 18.09.0 |
| | API version: 1.39 |
| | Go version: go1.10.4 |
| | Git commit: 4d60db4 |
| | Built: Wed Nov 7 00:47:43 2018 |
| | OS/Arch: darwin/amd64 |
| | Experimental: false |
| | |
| | Server: Docker Engine - Community |
| | Engine: |
| | Version: 18.09.0 |
| | API version: 1.39 (minimum version 1.12) |
| | Go version: go1.10.4 |
| | Git commit: 4d60db4 |
| | Built: Wed Nov 7 00:55:00 2018 |
| | OS/Arch: linux/amd64 |
| | Experimental: false |
Don’t worry if you have a newer ...
Read now
Unlock full access