From b05bd6d3e7143a84fe9a6adbcd8acac86c3ac015 Mon Sep 17 00:00:00 2001 From: Martin Kennedy Date: Mon, 8 Feb 2021 15:30:17 +0000 Subject: [PATCH] Add a README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f16555 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# docker-builder + +A small toolchain for setting up, caching and sharing build +environments. + +## Existing envs + +### [openwrt/](./openwrt/) + +For building OpenWrt. Helps you manage build inputs. + +See commit 7b2d32b for more details on how to use this. +