Dockerize locust and tweak script for configurability
This commit is contained in:
7
load-test/Dockerfile
Normal file
7
load-test/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM locustio/locust
|
||||
USER root
|
||||
RUN apk update && apk --no-cache add g++ gcc libxslt-dev
|
||||
RUN pip install pyquery
|
||||
USER locust
|
||||
ADD locustfile.py locustfile.py
|
||||
|
Reference in New Issue
Block a user