Getting the Currently Used Version
If you are unsure about the version of PSPDFKit you are using, you can easily find out.
Open the dashboard to see the currently running server version, which is shown in the blue box.

The Docker version is often important and can be seen by typing docker version
in the terminal. A typical output could be:
Copy
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | Client: Version: 17.06.0-ce API version: 1.30 Go version: go1.8.3 Git commit: 02c1d87 Built: Fri Jun 23 21:31:53 2017 OS/Arch: darwin/amd64 Server: Version: 17.06.0-ce API version: 1.30 (minimum version 1.12) Go version: go1.8.3 Git commit: 02c1d87 Built: Fri Jun 23 21:51:55 2017 OS/Arch: linux/amd64 Experimental: true |
See the docker version
section in Docker docs for details.