grafana / k6-docs

The k6 documentation website.
https://grafana.com/docs/k6/latest/
85 stars 216 forks source link

Document usage of `k6 new` command when used in the context of Docker #1536

Open oleiade opened 5 months ago

oleiade commented 5 months ago

A k6 user recently reported to us that they experienced a permission denied error when running k6 new with Docker: https://github.com/grafana/k6/issues/3643

The solution that was offered by the team was to use the --user $UID argument as part of the docker command, and the user reported this addresses the issue they are experiencing.

As part of a follow-up, we would like to document this behavior and solution explicitly as described in this comment.

⚠️ We believe this is an issue that might impede the getting started experience of our users, and judge that it should be addressed in the documentation as soon as possible to ensure the best developer experience.