From 4cfbd42fa6088ddb1b201f4726a668f35592fbce Mon Sep 17 00:00:00 2001 From: aleigh Date: Tue, 24 May 2022 02:53:50 -0700 Subject: [PATCH] Added docker build notes --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 134c60193..83fc4247f 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -For per-module licenses, see LICENSE.md file in each directory. +For per-module licenses, see LICENSE.md file in each directory. + +# Docker + +Some modules are setup to build docker container. This includes: + +* lc-esp-engine + +Example: + +* docker login -u leighco docker.io +* gradle build docker + +To stream the container out to a file, do: + +* docker save -o filename + +To publish to the LEIGH&CO docker.com public repo: + +* docker push leighco/lc-esp-engine:18.6 -- GitLab