You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.
you can change your cmd to entrypoint and allow you to run it as docker run --rm -it pheonix991/docker-hurl --threads 10 --calls 100
this also allows you to alias the above in profile as hurl=
this allows you to run it like it was its own native binary. also check into exodus --tarball hurl during the build image and add it to a from scratch container as the final image. this will slim down the final image, and might make it a wee bit more stable.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
you can change your cmd to entrypoint and allow you to run it as docker run --rm -it pheonix991/docker-hurl --threads 10 --calls 100
this also allows you to alias the above in profile as hurl=
this allows you to run it like it was its own native binary. also check into exodus --tarball hurl during the build image and add it to a from scratch container as the final image. this will slim down the final image, and might make it a wee bit more stable.
The text was updated successfully, but these errors were encountered: