You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Now that we hit v0.1.0, let's make InfraKit binaries available as Docker containers. These can be released and tagged in lock-step to our release versions/ milestones.
The following needs to be done:
Dockerfile
Update / add documentation on how to run infrakit plugins as Docker containers
Using Docker containers will impact the implementation of #284 and more significantly how we reference plugins in the config JSONs. A simple JSON field of "Plugin": "infrakit-instance-vagrant" won't have enough information about how to start the plugin a container (e.g. what's the image name, what flags?). The activation implementation will have to take all this into account.