summaryrefslogtreecommitdiffstats
path: root/ansible/test/bin/molecule.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/test/bin/molecule.sh')
-rwxr-xr-xansible/test/bin/molecule.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/test/bin/molecule.sh b/ansible/test/bin/molecule.sh
index d983ca08..72dce6d9 100755
--- a/ansible/test/bin/molecule.sh
+++ b/ansible/test/bin/molecule.sh
@@ -42,7 +42,7 @@ MOLECULE_IMAGE=${MOLECULE_IMAGE:-molecule-dev}
MOLECULE_IMAGE_VERSION=${MOLECULE_IMAGE_VERSION:-2.20.0}
echo "Running molecule image: ${MOLECULE_IMAGE}:${MOLECULE_IMAGE_VERSION}"
MOLECULE_CMD=${MOLECULE_CMD:-molecule}
-docker run --rm -it \
+docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v ${ROOT_DIR}:${CONTAINER_ROOT}:rw \
-w ${CONTAINER_ROOT}/${PROJECT_ROOT_IN_CONTAINER} \