Skip to content

Commit 85f7a86

Browse files
mccoyphodd
authored and
hodd
committed
[Test Proxy] Fix container creation command (Azure#22164)
1 parent e365711 commit 85f7a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/azure-sdk-tools/devtools_testutils/proxy_docker_startup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def create_container():
100100
image_tag = get_image_tag()
101101
proc = subprocess.Popen(
102102
shlex.split(
103-
"docker container create -v '{}:{}/etc/testproxy' {} -p 5001:5001 -p 5000:5000 --name {} {}:{}".format(
103+
"docker container create -v '{}:{}/srv/testproxy' {} -p 5001:5001 -p 5000:5000 --name {} {}:{}".format(
104104
REPO_ROOT, path_prefix, linux_container_args, CONTAINER_NAME, image_prefix, image_tag
105105
)
106106
)

0 commit comments

Comments
 (0)