nitishm / vegeta-server

A RESTful API server for vegeta, a load testing tool written in Go.
MIT License
63 stars 17 forks source link

Add make container_stop target to makefile #42

Closed nitishm closed 5 years ago

nitishm commented 5 years ago

We now have,

Add a make container_stop target to the Makefile that would only do a docker rm -f vegeta.

Also update make container_clean to depend on make container_stop and remove the docker rm -vegeta step. make container_run should also, first depend on make container followed by make container_stop .

nitishm commented 5 years ago

@boydi0507 Do you want to take this on, since you just merged the docker changes. It should be quick.

nitishm commented 5 years ago

PS: Also store the container name "vegeta" in a Makefile variable, and use across the file.