dockerfiles/README.md

38 lines
1.2 KiB
Markdown
Raw Normal View History

2020-12-30 17:29:25 +01:00
# Dockerfiles
2020-12-30 17:39:14 +01:00
Collection of docker images for my personal use. I usually implement my own
docker images if I don't find one built or recommended by the original
2021-02-23 16:34:34 +01:00
developer of the software I intend to run. Or if the recommended one is too
complex for my specific use case. Or if I don't like it for whatever reason. Or
if I just feel like making my own image.
2020-12-30 17:39:14 +01:00
2020-12-30 17:29:25 +01:00
Simply run `make $IMG_NAME` to build a specific image or run `make` to build them
all.
The created images are named as `rilla/$IMG_NAME`.
2020-12-30 17:39:14 +01:00
All images are made to suit my specific needs and taste, not to be generally
useful.
## Currently implemented images:
(many are self-explanatory)
2021-02-17 18:06:08 +01:00
* agate
2021-02-23 16:34:34 +01:00
* archivebox
2020-12-30 17:39:14 +01:00
* ansible
* backup: simple image used in some of my backup daemons
* buku: buku and bukuserver
* ddclient
* git-daemon: for git-daemon and git-http-backend
2021-02-17 10:32:07 +01:00
* gitolite-pystagit: well, gitolite + pystagit
2020-12-30 17:39:14 +01:00
* gitolite: gitolite + docker, so that I can mount the docker socket inside of
it and have it do useful things through docker in response to triggers
2021-02-17 10:32:07 +01:00
* sassc
2020-12-30 17:39:14 +01:00
* syncthing
* tasks: intended to run a cron daemon to run arbitrary periodic tasks. I mount
the docker socket inside of it to have it perform maintanance tasks outside
of it's container.
2021-02-17 10:32:07 +01:00
* tor
2020-12-30 17:39:14 +01:00
* vdirsyncer
* xandikos