howtowhale / dvm

Docker Version Manager
https://howtowhale.github.io/dvm/
Apache License 2.0
522 stars 50 forks source link

Support Docker release candidates #140

Closed collinpeters closed 7 years ago

collinpeters commented 7 years ago

I'm eager to try out dvm but at the moment my use case is a need to test Docker 1.13.0 rc1 however I don't see it in the list of options. Would be nice to support release candidates.

carolynvs commented 7 years ago

You are in luck! 😄

$ dvm install experimental
Installing experimental...
Now using Docker experimental

$ docker --version
Docker version 1.13.0-rc1, build 75fd88b

I'll leave this open as it would be nice to make this feature more visible. Maybe including experimental in dvm ls-remote would help?

carolynvs commented 7 years ago

This is fixed in #156.

$ dvm ls-remote --pre
...
1.12.5-rc1
1.12.5
1.12.6
1.13.0-rc1
1.13.0-rc2
1.13.0-rc3
1.13.0-rc4
1.13.0-rc6
1.13.0-rc7
1.13.0
1.13.1-rc1
1.13.1-rc2
1.13.1
17.3.0-ce
17.3.0-ce-rc1
$ dvm install 1.13.1-rc2