-
Notifications
You must be signed in to change notification settings - Fork 0
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 docker support #26
Conversation
5670cb3
to
ff388ea
Compare
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.
LGTM overall 👍
8b1c3e0
to
a6e1b0c
Compare
5f76625
to
e01cb4f
Compare
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.
LGTM by functionality 👍
We could optionally add documentation to the Makefile using somthing like: https://github.com/Songmu/make2help in #24.
What was the problem?
This PR resolves #25
How was it solved?
How was it tested?
docker build -t faultdetector .
ormake docker-build
docker run faultdetector
ormake docker-run