From e44939573378a834f7bee8bab7f4d4f7c5ab0368 Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Thu, 9 Sep 2021 08:03:44 -0400 Subject: [PATCH] Fix IP address check command --- Setup/Test your setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup/Test your setup.md b/Setup/Test your setup.md index 3f27617..97bc385 100644 --- a/Setup/Test your setup.md +++ b/Setup/Test your setup.md @@ -7,7 +7,7 @@ Once your container is up and running, you may want to test your connection is c Assuming your container is called `gluetun`, run: ```sh -docker run --rm --network=container:gluetun alpine:3.14 apk add wget && wget -qO- https://ipinfo.io +docker run --rm --network=container:gluetun alpine:3.14 sh -c "apk add wget && wget -qO- https://ipinfo.io" ``` in order to obtain the VPN IP address and ensure the connection is working.