Getting the Currently Used Document Engine Version
If you’re unsure about the version of PSPDFKit you’re 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:
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.