Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Conversation

chungers
Copy link
Contributor

This PR changes the schema of plugin launch config to better support different executors for starting up plugins:

  • os - uses sh -c to start up non-containerized infrakit binaries.
  • docker-run also uses sh -c but uses Docker as the executor to run the infrakit containers
    The change allows a single JSON config to capture different rules by executor. See scripts/e2e-test-plugins.json for details.

In the future other "executors" for starting up plugins will be added -- e.g. tighter Docker integration via API calls or use runc to run the plugins.

TODO - provide full documentation on the config schema and the template in a future release (before reaching v1.0)

Signed-off-by: David Chung david.chung@docker.com

…cutors e.g. 'os' and 'docker-run'

Signed-off-by: David Chung <david.chung@docker.com>
@chungers chungers added this to the v0.3 milestone Jan 31, 2017
@chungers chungers merged commit 1af9efa into docker-archive:master Jan 31, 2017
chungers pushed a commit to chungers/infrakit that referenced this pull request Sep 30, 2017
Fix the dependency ordering of CFN templates
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant