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

Vagrant refactoring #30

Closed
howarddierking opened this issue May 14, 2016 · 1 comment
Closed

Vagrant refactoring #30

howarddierking opened this issue May 14, 2016 · 1 comment
Assignees

Comments

@howarddierking
Copy link
Owner

Refactor the VM management model so that the Vagrant VM is launched for the entire course. Rationale:

  • This will better align to supporting Docker native when it's out of beta - in that model, I believe that there is a single Alpine VM running for all containers on the machine.
  • I've already refactored all of the modules to use containers for everything anyway, so no sense in spinning an identical VM for each module.
  • Continuing to use Vagrant for now gives the benefit of /etc/hosts file updates

There are a few implications to sort through:

  • modules cannot be prefixed by sub-domains - need to see what would be the impact here - especially with module 1 and Neo4j
@howarddierking howarddierking self-assigned this May 14, 2016
@howarddierking
Copy link
Owner Author

closing as I removed the need for Vagrant entirely by using Docker native

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

1 participant