dockerfiles/README.md

45 lines
1.3 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
2021-04-13 15:36:59 +02:00
* dendrite
2021-05-22 19:55:23 +02:00
* filite
2020-12-30 17:39:14 +01:00
* 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-05-18 15:49:28 +02:00
* monero
2021-04-10 18:37:36 +02:00
* nfs-server
2021-02-23 19:28:50 +01:00
* pleroma
2021-05-05 20:32:53 +02:00
* rainloop
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
2021-03-26 15:11:26 +01:00
* transmission
2020-12-30 17:39:14 +01:00
* vdirsyncer
* xandikos