Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

tips on dockerfile #1

Open
icebal opened this issue May 3, 2018 · 0 comments
Open

tips on dockerfile #1

icebal opened this issue May 3, 2018 · 0 comments

Comments

@icebal
Copy link

icebal commented May 3, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant