diff --git a/images/btsync/fs/etc/btsync.conf b/fs/btsync/etc/btsync.conf similarity index 100% rename from images/btsync/fs/etc/btsync.conf rename to fs/btsync/etc/btsync.conf diff --git a/images/hamachi/fs/bin/proxy b/fs/hamachi/bin/proxy similarity index 100% rename from images/hamachi/fs/bin/proxy rename to fs/hamachi/bin/proxy diff --git a/images/lighttpd/fs/bin/run b/fs/lighttpd/bin/run similarity index 100% rename from images/lighttpd/fs/bin/run rename to fs/lighttpd/bin/run diff --git a/images/mysql/fs/bin/run b/fs/mysql/bin/run similarity index 100% rename from images/mysql/fs/bin/run rename to fs/mysql/bin/run diff --git a/images/redis/fs/bin/run b/fs/redis/bin/run similarity index 100% rename from images/redis/fs/bin/run rename to fs/redis/bin/run diff --git a/images/btsync/Dockerfile b/images/btsync/Dockerfile deleted file mode 100644 index 7cbfb1b..0000000 --- a/images/btsync/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM ubuntu:precise - -ADD build /build - -RUN for s in /build/scripts/*.sh; do [ -x $s ] && $s || : ; done \ No newline at end of file