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

Provide a custom provisioner for CentOS / RHEL based ISO images #136

Closed
hferentschik opened this issue Nov 4, 2016 · 1 comment
Closed
Assignees
Milestone

Comments

@hferentschik
Copy link
Member

Using libmachine a so called provisioner is called after the initial creation of the VM. This provisioner takes care of installing and configuring Docker.

At the moment the default Red Hat provisioner is run for CentOS and RHEL images. We really want to customize this. To do so one needs to implement a custom Detector which in turn returns the appropriate Provisioner.

The idea is basically to just handle CentOS / RHEL differently and in other case delegate/mirror the behavior of StandardDetector.

@hferentschik
Copy link
Member Author

Resolved via pull request #181

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

No branches or pull requests

2 participants