From b7b1a751f491d08249c0adde95d7e49a3b4e67ac Mon Sep 17 00:00:00 2001 From: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Wed, 5 Aug 2020 15:35:41 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b695526 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# dockerhub-autobuild + +This repo contains Dockerfiles used for autobuilding on Dockerhub. +No guarantee for completeness or functionality. + +|URL|Folder|Description|x86_64|arm32v7| +|:--|:-----|:----------|:----:|:-----:| +|[dragonchaser/webtest](https://hub.docker.com/r/dragonchaser/webtest)|webtest|A small container running ruby WebRick and serves static content from /web|x|x| +|[dragonchaser/nginx-matrix](https://hub.docker.com/r/dragonchaser/nginx-matrix)|nginx-matrix|A modification of the nginx:latest image that exposes tcp ports 80,443 and 8448 for use as reverse proxy with a matrix server (e.g. synapse)|x|x|