From e61c4539f0d0c8a4cb7cbb6259eb662077c96945 Mon Sep 17 00:00:00 2001 From: Sergey Reshetnyak Date: Mon, 30 Jan 2017 17:06:39 +0300 Subject: [PATCH] Set home dir as work dir for tempest container Change-Id: I527506ace02b9298dc9d03a553abdc87caa409e2 --- docker/rally-tempest/Dockerfile.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/rally-tempest/Dockerfile.j2 b/docker/rally-tempest/Dockerfile.j2 index 80520b1..9736a0d 100644 --- a/docker/rally-tempest/Dockerfile.j2 +++ b/docker/rally-tempest/Dockerfile.j2 @@ -18,3 +18,4 @@ RUN chown -R rally: /var/lib/rally \ && chmod 755 /var/lib/rally/check_status.py USER rally +WORKDIR /var/lib/rally