-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add run in docker instructions #102
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: PatStLouis <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PatStLouis can you add something to the main README about how to use this? Or link to docker/README.md
from there?
Also a few nits and questions.
Co-authored-by: BigBlueHat <[email protected]>
Co-authored-by: BigBlueHat <[email protected]>
Signed-off-by: PatStLouis <[email protected]>
Signed-off-by: PatStLouis <[email protected]>
@@ -0,0 +1,38 @@ | |||
--- | |||
configs: | |||
implementation.json: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given how you're doing the localConfig.cjs
above, is this file still needed?
Guess I'm getting lost among all the nesting dolls...
Adds a docker-compose file and some instructions.
This enables implementers to run all test suites against their implementation instead of having to clone individual repositories. This is similar to run against a local instance.