Go to file
Ricard Illa c3c9b13a73
dnsmasq
2022-07-13 16:21:30 +02:00
agate updated agate 2022-06-28 17:12:49 +02:00
ansible initial commit 2020-12-29 17:20:36 +01:00
archivebox archivebox image 2021-02-23 16:34:34 +01:00
backup many changes 2022-03-07 13:56:01 +01:00
buku initial commit 2020-12-29 17:20:36 +01:00
ddclient initial commit 2020-12-29 17:20:36 +01:00
dendrite dendrite 2021-04-15 09:24:46 +02:00
dnsmasq dnsmasq 2022-07-13 16:21:30 +02:00
filite filite 2021-05-22 19:55:23 +02:00
git-daemon initial commit 2020-12-29 17:20:36 +01:00
gitolite many changes 2022-03-07 13:56:01 +01:00
gitolite-pystagit fixed minor bug 2021-02-17 10:59:09 +01:00
monero many changes 2022-03-07 13:56:01 +01:00
mpd mpd 2022-03-07 16:56:50 +01:00
nfs-server nfs-server 2021-04-10 18:37:36 +02:00
opensmtpd opensmtpd 2021-08-15 18:21:19 +02:00
pleroma pleroma buildx 2022-06-28 12:40:36 +02:00
rainloop many changes 2022-03-07 13:56:01 +01:00
rss-bridge many changes 2022-03-07 13:56:01 +01:00
sassc sassc 2021-02-15 14:48:21 +01:00
syncthing updated syncthing image 2022-05-25 11:34:36 +02:00
tasks many changes 2022-03-07 13:56:01 +01:00
tor updated tor 2022-07-13 09:29:27 +02:00
transmission many changes 2022-03-07 13:56:01 +01:00
vdirsyncer many changes 2022-03-07 13:56:01 +01:00
webdav webdav 2022-03-07 16:57:07 +01:00
xandikos many changes 2022-03-07 13:56:01 +01:00
.gitignore initial commit 2020-12-29 17:20:36 +01:00
LICENSE added LICENSE and README 2020-12-30 17:29:25 +01:00
Makefile filite 2021-05-22 19:55:23 +02:00
README.md filite 2021-05-22 19:55:23 +02:00

README.md

Dockerfiles

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 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.

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.

All images are made to suit my specific needs and taste, not to be generally useful.

Currently implemented images:

(many are self-explanatory)

  • agate
  • archivebox
  • ansible
  • backup: simple image used in some of my backup daemons
  • buku: buku and bukuserver
  • ddclient
  • dendrite
  • filite
  • git-daemon: for git-daemon and git-http-backend
  • gitolite-pystagit: well, gitolite + pystagit
  • 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
  • monero
  • nfs-server
  • pleroma
  • rainloop
  • sassc
  • 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.
  • tor
  • transmission
  • vdirsyncer
  • xandikos