summaryrefslogtreecommitdiff
path: root/examples/docker-minimal-separate/storage/Dockerfile
diff options
context:
space:
mode:
authorJosef Gustafsson <josef.gson@gmail.com>2015-09-04 12:18:19 +0200
committerJosef Gustafsson <josef.gson@gmail.com>2015-09-04 12:18:19 +0200
commitd1a2f978fb626c904fb1278c792d992ec4563acf (patch)
treee0ae1a38f9d4fc4c14b433222bff70e64bb1ac83 /examples/docker-minimal-separate/storage/Dockerfile
parent4596485adffb636c014362bc982ee0b952c77f26 (diff)
stripping away everything except what is necessary for nagiosnagios
Diffstat (limited to 'examples/docker-minimal-separate/storage/Dockerfile')
-rw-r--r--examples/docker-minimal-separate/storage/Dockerfile10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/docker-minimal-separate/storage/Dockerfile b/examples/docker-minimal-separate/storage/Dockerfile
deleted file mode 100644
index 623b195..0000000
--- a/examples/docker-minimal-separate/storage/Dockerfile
+++ /dev/null
@@ -1,10 +0,0 @@
-FROM catlfish
-
-ADD catlfish.config /opt/catlfish/rel/
-ADD https /opt/catlfish/rel/https
-RUN mkdir /opt/catlfish/rel/log
-
-WORKDIR /opt/catlfish/rel
-EXPOSE 8081
-
-CMD ["/usr/bin/supervisord"]