-
Notifications
You must be signed in to change notification settings - Fork 313
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
Add Docker EE support for Windows Server 2016 #222
Conversation
@mihaibuzgau this is a great start. Let's work on getting the unit and acceptance tests completed before we merge this into master though. |
@davejrt agreed. I'll add some unit and acceptance tests as soon as I get the chance. |
@@ -0,0 +1,31 @@ | |||
{ | |||
<%# TODO: get "authorization-plugins": [],%> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove any commented code, just so there's nothing WIP sitting in master?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
LGTM |
This PR adds the functionality to deploy Docker Enterprise Edition on Windows Server 2016. The deployment is done using the Docker module available in the online Powershell gallery.
This PR also adds the functionality to deploy Docker images on Windows.