From f32cfa057b39e31fd6b9699b393e59b525fa8014 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 18 Nov 2022 23:44:02 -0800 Subject: [PATCH] README --- README.md | 18 ++++++++++++++++++ qmk/README.md | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bcb7290 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file diff --git a/qmk/README.md b/qmk/README.md index 2724ffd..ac807c7 100644 --- a/qmk/README.md +++ b/qmk/README.md @@ -1,6 +1,6 @@ # 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