From 300c1834539fccba05e512aaf3c3678c05944a13 Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Mon, 14 Aug 2023 11:21:12 -0400 Subject: [PATCH] Update README --- Docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/README.md b/Docker/README.md index 8855aba30..bb4ba3eb9 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -1,7 +1,7 @@ # Overview -This is a 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` +This is a Docker environment for compiling, testing 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. +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. Additional tests can be run as well as debugging of code. # FAQ ## permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock