Skip to content

Instantly share code, notes, and snippets.

@technolo-g
Created January 6, 2015 00:00
Show Gist options
  • Save technolo-g/cf82abbb4eda212f26ce to your computer and use it in GitHub Desktop.
Save technolo-g/cf82abbb4eda212f26ce to your computer and use it in GitHub Desktop.
Docker Version vs. Swarm version

Docker version info

$ docker version
Client version: 1.4.1
Client API version: 1.16
Go version (client): go1.4
Git commit (client): 5bc2ff8
OS/Arch (client): darwin/amd64
Server version: 1.4.1
Server API version: 1.16
Go version (server): go1.3.3
Git commit (server): 5bc2ff8

Swarm version info

$ docker version
Client version: 1.4.1
Client API version: 1.16
Go version (client): go1.4
Git commit (client): 5bc2ff8
OS/Arch (client): darwin/amd64
Server version: swarm/0.0.1
Go version (server): go1.2.1
Git commit (server): n/a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment