Stephen Dolenc

Results 21 comments of Stephen Dolenc

I was able to workaround the bug by using volumes instead of mounts ``` container = docker_client.containers.run( image="blazemeter/taurus", command=full_command, volumes={ os.path.realpath(os.getcwd()): {"bind": "/bzt-configs", "mode": "rw"}, os.path.realpath(TemporaryDirectory().name): {"bind": "/tmp/artifacts", "mode": "rw"},...