tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.51k stars 1.36k forks source link

could we provide some examples for operating with docker image and container? #364

Closed chuanchang closed 5 years ago

chuanchang commented 5 years ago

Question

As subject, for example, how to pull an image and create a container by vegeta? thanks in advance!

https://docs.docker.com/engine/api/v1.24/ https://success.docker.com/article/how-do-i-enable-the-remote-api-for-dockerd

tsenart commented 5 years ago

There are multiple published vegeta Docker images in Docker hub that you can look into or reuse: https://hub.docker.com/search?q=vegeta&type=image

chuanchang commented 5 years ago

There are multiple published vegeta Docker images in Docker hub that you can look into or reuse: https://hub.docker.com/search?q=vegeta&type=image

@tsenart Have new year! thanks for quickly reply, I need to clarify it, I don't want a docker image for vegeta, I wanna some vegeta's examples to test docker by docker remote API, for instance, How to pull an busybox image concurrently via docker remote API by vegeta? and then how to create multi-container concurrently via docker remote API by vegeta? thanks a lot!

tsenart commented 5 years ago

Hey, sorry, but I don't think I can help you with that.