Skip to content

flownative/docker-k6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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