A Docker image providing K6. Compared to the official K6 image, this one provides an opinionated configuration which can be controlled through environment variables.
…
Variable Name | Type | Default | Description |
---|---|---|---|
K6_… | string | … |
…
This image is designed to run as a non-root container. When you are running this image with Docker or in a Kubernetes context, you can take advantage of the non-root approach by disallowing privilege escalation:
$ docker run flownative/k6:latest --security-opt=no-new-privileges