We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb3391 commit feafea4Copy full SHA for feafea4
docs/system_requirements/rancher.md
@@ -16,7 +16,7 @@ Steps are as follows:
16
3. On macOS CLI (e.g. `Terminal` app), set the following environment variables:
17
18
```sh
19
-export DOCKER_HOST=unix:/$HOME/.rd/docker.sock
+export DOCKER_HOST=unix://$HOME/.rd/docker.sock
20
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
21
export TESTCONTAINERS_HOST_OVERRIDE=$(rdctl shell ip a show vznat | awk '/inet / {sub("/.*",""); print $2}')
22
```
0 commit comments