master
Mark 2022-11-18 23:44:02 -08:00
parent 80b80ae74a
commit f32cfa057b
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 19 additions and 1 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# 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`](./latex): A latex builder, contains all of TeXlive. Built on Arch, because installing TeX on Arch is unreasonably easy.
- [`qmk`](./qmk): A complete qmk build environment. Contains *everything*, including `qmk_firmware` and `qmk_cli`.
## Apps
- [`jupyter`](./jupyter): A Jupyterlab container, because jupyter is a pain to install.
- [`syncthing`](./syncthing): A [Syncthing](https://syncthing.net/) server, and optionally a relay. Makes installing easy & prevents syncthing from accessing your entire filesystem.
## Servers
- [`radicale`](./radicale): A [Radicale](https://radicale.org/) server

View File

@ -1,6 +1,6 @@
# QMK Build Container # QMK Build Container
This container contains everything you need to build QMK, including a pinned version of QMK itself. This container contains everything you need to build QMK, including a pinned version of QMK itself. **Be careful, this container may not use the latest version of QMK.**
## Usage ## Usage