Go to file
Ricard Illa 981ae49aa0
embed nginx into rainloop image
2022-08-16 18:01:04 +02:00
agate updated agate 2022-06-28 17:12:49 +02:00
mpd upgrade alpine image versions 2022-08-16 16:50:44 +02:00
pleroma makefile cleanups 2022-08-16 13:07:00 +02:00
rainloop embed nginx into rainloop image 2022-08-16 18:01:04 +02:00
tor updated tor 2022-07-13 09:29:27 +02:00
transmission use transmission packaged by alpine 2022-08-16 15:22:32 +02:00
webdav upgrade alpine image versions 2022-08-16 16:50:44 +02: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 minor change 2022-08-16 16:50:59 +02:00
README.md mention binfmt on readme 2022-08-16 16:51:17 +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.

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

I use simple Makefiles to build the images for the architectures I care about (linux/amd64 and linux/arm64) using docker buildx and push them to my private docker registry.

Currently implemented images:

  • agate
  • mpd
  • pleroma
  • rainloop
  • tor
  • transmission
  • webdav (really simple nginx + nginx-mod-http-dav-ext image)

Enable multi-arch execution

docker run --rm --privileged multiarch/qemu-user-static --reset -p yes