summaryrefslogtreecommitdiffstats
path: root/environments/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 17:06:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 17:06:32 +0000
commit2dad5357405ad33cfa792f04b3ab62a5d188841e (patch)
treeb8f8893942060fe3cfb04ac374cda96fdfc8f453 /environments/README.md
parentInitial commit. (diff)
downloadremmina-upstream/1.4.34+dfsg.tar.xz
remmina-upstream/1.4.34+dfsg.zip
Adding upstream version 1.4.34+dfsg.upstream/1.4.34+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'environments/README.md')
-rw-r--r--environments/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/environments/README.md b/environments/README.md
new file mode 100644
index 0000000..2bda2d3
--- /dev/null
+++ b/environments/README.md
@@ -0,0 +1,12 @@
+# Manual Testing Environments
+
+Choose one of the directories (which are named after their scenario) and run the **run.sh**
+
+## Example
+```shell
+cd environments/vncserver
+sh run.sh
+```
+
+This will run a docker container that provides the expected use case.
+