summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-11-06 12:33:19 +0200
committerPaul Buetow <paul@buetow.org>2021-11-06 12:33:19 +0200
commitc8c42aa26861e28e6f22458fffd8db6d9b712d70 (patch)
treeb70a61237969e212c40e18f9b46f8332c11e0c2c /doc
parent3d02a4a917dbdd85c40dbdb0fcac65c82fb7fe5b (diff)
Remove insecure and dangerous relaxed auth mode
Diffstat (limited to 'doc')
-rw-r--r--doc/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testing.md b/doc/testing.md
index 4ad935f..92455c9 100644
--- a/doc/testing.md
+++ b/doc/testing.md
@@ -49,7 +49,7 @@ To run the integration test together with all the unit tests simply run `make te
### Requirements
-This assumes, that you have Docker up and running on your system. The following has been tested only on Fedora Linux. You might need to do some extra setup if you want to run this on Docker for Mac/Windows.
+This assumes, that you have Docker up and running on your system. The following has been tested only on Fedora Linux 35. For other versions of Fedora (or Linux) you might need to change the Docker base image used (see Dockerfile) as otherwise you might run into issues with the `GLIBC` major version used.
This also assumes, that you have compiled all the DTail binaries already (with `make` in the top level source directory).