Dockerfiles and images
 
 
 
Go to file
Mark 41ee2dc5b7
Improved jupyter container
2023-03-05 10:14:13 -08:00
jupyter Improved jupyter container 2023-03-05 10:14:13 -08:00
latex Added standalone build capability 2022-11-19 17:38:39 -08:00
radicale Fixed a few errors 2022-10-13 12:45:34 -07:00
syncthing Bound ports to loopback for security 2022-11-15 22:06:34 -08:00
.editorconfig Whitespace and gitignore 2022-10-13 07:59:08 -07:00
.gitignore Added gitignore 2022-11-18 23:29:57 -08:00
.gitmodules Moved qmk container to qmk repo 2022-12-27 13:24:51 -08:00
README.md README 2022-11-18 23:44:02 -08:00

README.md

Dockerfiles

This repository contains Dockerfiles I've written for various tasks. Most are my own, some are minor modifications on "official" docker containers.

Tools

  • latex: A latex builder, contains all of TeXlive. Built on Arch, because installing TeX on Arch is unreasonably easy.

  • qmk: A complete qmk build environment. Contains everything, including qmk_firmware and qmk_cli.

Apps

  • jupyter: A Jupyterlab container, because jupyter is a pain to install.

  • syncthing: A Syncthing server, and optionally a relay. Makes installing easy & prevents syncthing from accessing your entire filesystem.

Servers