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

Follow Docker Cloud conventions for setting up docker compose tests #10

Open
jackfirth opened this issue Oct 29, 2017 · 0 comments
Open
Labels

Comments

@jackfirth
Copy link
Collaborator

Docker Cloud can perform automatic builds and tests of Github repositories using Docker Compose. To do this, the compose config should define a "system under test" service named sut whose exit code defines whether the test passes or fails. There's no need to actually use Docker Cloud, but it's a good pattern to follow.

@samth samth added the docker label Oct 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants