summaryrefslogtreecommitdiff
path: root/docs/src/gettingstarted
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-05 13:52:54 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-05 13:52:54 +0100
commit62749ba74fd82a86a30f2e65b8830724a8e6f445 (patch)
tree56d7ebe5896c150debeb8e2b4c1b7455992ddf59 /docs/src/gettingstarted
parent83f9bc5e1314c32422d4030763853e76fd56290c (diff)
CI: Support overriding docker-compose with podman-compose
Useful if symlinking is not an option due to having docker-compose and podman-compose installed. You can change $PATH just for this repo but that's messy.
Diffstat (limited to 'docs/src/gettingstarted')
-rw-r--r--docs/src/gettingstarted/testing.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/gettingstarted/testing.md b/docs/src/gettingstarted/testing.md
index 079c052..7c26202 100644
--- a/docs/src/gettingstarted/testing.md
+++ b/docs/src/gettingstarted/testing.md
@@ -29,6 +29,7 @@ This script is also used in the continuous integration, so we recommend to run t
There are other environment variables that can be used:
- `OAUTH_EXPIRED_TTL`: Use this for a server which has a low OAuth access token expiry time, e.g. 10 seconds. You would then set this variable to `"10"` so that a test is ran which waits for 10 seconds for the OAuth tokens to expire
+- `EDUVPN_PODCOMP`: Set this to 1 to instruct the `./ci/startcompose.sh` script to use [podman-compose](https://github.com/containers/podman-compose) if you prefer this over using docker-compose.
## Testing the wrappers
To test the wrappers, issue the following command in a shell (you will need dependencies for all wrappers if you do this[^1]):