I pulled down the docker image and created a ./scripts folder, but when I try to run the example command, I get an error:
docker: Error response from daemon: create ./scripts: "./scripts" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
I was able to get around this error by modifying the Dockerfile to Mount ./scripts, but even then I can't get the image to run properly. Any ideas? Your docker image was the highest downloaded for locust so I was thinking it would be the best chance of success.
I pulled down the docker image and created a ./scripts folder, but when I try to run the example command, I get an error:
docker: Error response from daemon: create ./scripts: "./scripts" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
command:
I was able to get around this error by modifying the Dockerfile to Mount ./scripts, but even then I can't get the image to run properly. Any ideas? Your docker image was the highest downloaded for locust so I was thinking it would be the best chance of success.
Thanks!