Go to file
Ricard Illa b890e22d0d dendrite 2021-04-15 09:24:46 +02:00
agate agate 2021-02-17 18:06:08 +01:00
ansible initial commit 2020-12-29 17:20:36 +01:00
archivebox archivebox image 2021-02-23 16:34:34 +01:00
backup initial commit 2020-12-29 17:20:36 +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
git-daemon initial commit 2020-12-29 17:20:36 +01:00
gitolite initial commit 2020-12-29 17:20:36 +01:00
gitolite-pystagit fixed minor bug 2021-02-17 10:59:09 +01:00
nfs-server nfs-server 2021-04-10 18:37:36 +02:00
pleroma pleroma 2021-02-23 19:28:50 +01:00
rss-bridge upped alpine version 2021-03-04 16:17:06 +01:00
sassc sassc 2021-02-15 14:48:21 +01:00
syncthing updated syncthing version 2021-02-26 17:44:01 +01:00
tasks initial commit 2020-12-29 17:20:36 +01:00
tor fixed typos 2021-02-18 10:23:44 +01:00
transmission fixed permissions issue 2021-03-26 16:21:15 +01:00
vdirsyncer updated alpine and hardcoded user id 2021-02-25 12:37:00 +01:00
xandikos initial commit 2020-12-29 17:20:36 +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 Merge branch 'master' of ssh://192.168.1.191/dockerfiles 2021-04-13 15:38:28 +02:00
README.md Merge branch 'master' of ssh://192.168.1.191/dockerfiles 2021-04-13 15:38:28 +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
  • 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
  • nfs-server
  • pleroma
  • 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