Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.46 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.46 KB

MIT license Maintenance level: Acquaintance Nightly Builds Release to Docker Registries

Flownative K6 Image

A Docker image providing K6. Compared to the official K6 image, this one provides an opinionated configuration which can be controlled through environment variables.

Usage

Environment variables

Variable Name Type Default Description
K6_… string

Further reading

Security aspects

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