this repo has no description

readme: add information about docker repo

hanna 5d6fc98f 2e2b6dbe

Changed files
+11
+11
readme.md
··· 6 6 Docker container and compose setup to run a [Tangled](https://tangled.sh) knot 7 7 and host your own repository data. 8 8 9 + ## Pre-built Images 10 + 11 + There is a [repository](https://hub.docker.com/r/hqnna/knot) of pre-built images 12 + for tags starting at `v1.4.0-alpha` if you prefer. 13 + 14 + ``` 15 + docker pull hqnna/knot:v1.4.0-alpha 16 + ``` 17 + 18 + Note that these are *not* official images, you use them at your own risk. 19 + 9 20 ## Building The Image 10 21 11 22 By default the `Dockerfile` will build the latest tag, but you can change it