We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using this version of Docker:
Client: Version: 1.11.1 API version: 1.23 Go version: go1.5.4 Git commit: 5604cbe Built: Wed Apr 27 00:34:20 2016 OS/Arch: darwin/amd64 Server: Version: 1.11.1 API version: 1.23 Go version: go1.5.4 Git commit: 5604cbe Built: Wed Apr 27 00:34:20 2016 OS/Arch: linux/amd64
The command $(docker version | grep "Server: version" | awk '{print $3}') is not able to identify the server version of docker.
$(docker version | grep "Server: version" | awk '{print $3}')
The text was updated successfully, but these errors were encountered:
Issue ricardoamaro#34 checking for different docker version formats
eeded62
No branches or pull requests
When using this version of Docker:
The command
$(docker version | grep "Server: version" | awk '{print $3}')
is not able to identify the server version of docker.The text was updated successfully, but these errors were encountered: