From c1cf8a8f3476033712835aeebb4a6399bd4166b4 Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Thu, 15 Dec 2022 12:54:21 -0500 Subject: [PATCH] Add in README.md --- Docker/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Docker/README.md diff --git a/Docker/README.md b/Docker/README.md new file mode 100644 index 000000000..a276daade --- /dev/null +++ b/Docker/README.md @@ -0,0 +1,3 @@ +Simple Docker environment for compiling and running WolfSSL. Use `run.sh` to build everything (Docker container, WolfSSL, etc.). This script takes in arguments that can be passed to `./configure`. For example: `run.sh --enable-all` + +When the compilation and tests succeed, you will be dropped in to a shell environment within the container. This can be useful to build other things within the environment. \ No newline at end of file