Skip to content
New issue

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

Support Docker release candidates #140

Closed
collinpeters opened this issue Nov 15, 2016 · 2 comments
Closed

Support Docker release candidates #140

collinpeters opened this issue Nov 15, 2016 · 2 comments
Assignees

Comments

@collinpeters
Copy link

collinpeters commented Nov 15, 2016

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
Copy link
Collaborator

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 carolynvs self-assigned this Nov 15, 2016
@carolynvs carolynvs removed the ready label Feb 3, 2017
@carolynvs carolynvs removed their assignment Feb 6, 2017
@carolynvs carolynvs self-assigned this Mar 8, 2017
@carolynvs
Copy link
Collaborator

carolynvs commented Mar 8, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants