Skip to content

Commit

Permalink
Add rancher to supported container runtimes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianrgreco committed Apr 21, 2023
1 parent a35e126 commit 4ec340b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/supported-container-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,14 @@ const container = await new GenericContainer("redis")
]))
.start();
```

## Rancher Desktop

```bash
export DOCKER_HOST=unix://${HOME}/.rd/docker.sock
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
```

### Known issues

Rancher Desktop has the same issues as [Colima](#colima).

0 comments on commit 4ec340b

Please sign in to comment.