-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update docker/Makefile to stop containers #85
Comments
we will work on this ticket for OSS Hackathon |
@antoniomtz We ran the start and stop commands using make command and it is working as expected root@965112f6f532:/workspaces/performance-tools/docker# make start-performance-tools |
Makefile is not being use. docker-compose file is used by benchmark.py script and handles up and down. |
The Makefile contains these instructions to stop containers, however, the containers use
docker run ...
so these commands will be ignore and do nothing.The text was updated successfully, but these errors were encountered: