summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-09-09 10:46:06 -0700
committerJoffrey F <joffrey@docker.com>2015-09-09 14:49:58 -0700
commitfa3082b6cd46cd486bb38ca4e266ff489f6dff94 (patch)
treebbc1e1d7d446e3640b3543eb8c5a3d1b1936e3b2 /tests
parentabaf346b49277004399bf7308de28e2ee012739c (diff)
downloaddocker-py-756-containerized-integration.tar.gz
Update integration-dind task756-containerized-integration
Diffstat (limited to 'tests')
-rw-r--r--tests/Dockerfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/Dockerfile b/tests/Dockerfile
deleted file mode 100644
index 576af4a..0000000
--- a/tests/Dockerfile
+++ /dev/null
@@ -1,18 +0,0 @@
-FROM dockerswarm/dind:1.8.1
-MAINTAINER Joffrey F <joffrey@docker.com>
-
-RUN mkdir /home/docker-py
-WORKDIR /home/docker-py
-
-RUN apt-get update && apt-get install -y python python-setuptools && easy_install pip
-
-ADD requirements.txt /home/docker-py/requirements.txt
-RUN pip install -r requirements.txt
-
-ADD test-requirements.txt /home/docker-py/test-requirements.txt
-RUN pip install -r test-requirements.txt
-
-ADD . /home/docker-py
-RUN pip install -U .
-
-CMD ["bash", "-c", "docker daemon 2>/dev/null & py.test -rxs tests/integration_test.py"] \ No newline at end of file