-
Notifications
You must be signed in to change notification settings - Fork 1
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
Proposal investigation in Docker Machine Github #5
Comments
i've looked through the repo issues and am currently drafting a proposal. @clintonskitson let me know what you think of this so far Proposal: Docker Machine Extensibility for Docker Engine PluginsDocker Machine ExtensionsAbstractDocker Machine gets you a "docker ready" host, but what about everything else that integrates with Docker Engine? Docker Engine 1.8 released the pluggable architecture for 3rd party network and storage extensions. However, most of these require some installation process that must be done after the host is provisioned. The Docker Machine Extensibility feature is an interface for specifying the installation of Docker Engine Plugins to install during the host deployment. MotivationDocker machine could be a replacement for Chef/Puppet/Ansible/Salt but lacks some of the ability to have a completely configured "docker ready" host. As more extensions for Storage, Networking, Security, (insert more here) become available, many users will want those installed during the Docker Machine provisioning/configuration process. InterfaceAfter reading #1626 it seems that everyone is looking for a standardized interface for building drivers. The same would go for the extensions.
ImplementationThis is a proposal. Please discuss...
or
The extension files will be in Possible Issues
OtherI'm looking for more input on the architecture but I want to start building this functionality for the first PR. Let me know your thoughts |
It's out there. #1765. will use another issue to track changes as received. |
No description provided.
The text was updated successfully, but these errors were encountered: