Skip to content

Commit

Permalink
DOCKER_HOST var typo (testcontainers#1743)
Browse files Browse the repository at this point in the history
unix:/ -> unix://
  • Loading branch information
udf2457 authored Oct 11, 2023
1 parent 1cb3391 commit 69011e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/system_requirements/rancher.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Steps are as follows:
3. On macOS CLI (e.g. `Terminal` app), set the following environment variables:

```sh
export DOCKER_HOST=unix:/$HOME/.rd/docker.sock
export DOCKER_HOST=unix://$HOME/.rd/docker.sock
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
export TESTCONTAINERS_HOST_OVERRIDE=$(rdctl shell ip a show vznat | awk '/inet / {sub("/.*",""); print $2}')
```
Expand Down

0 comments on commit 69011e9

Please sign in to comment.