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 1267024 commit 30c33d7Copy full SHA for 30c33d7
docs/supported-container-runtimes.md
@@ -35,11 +35,11 @@ export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
35
36
2. Export the `DOCKER_HOST`:
37
38
- ```bash
39
- {% raw %}
40
- export DOCKER_HOST="unix://$(podman info --format '{{.Host.RemoteSocket.Path}}')"
41
- {% endraw %}
42
- ```
+ ```bash
+ {% raw %}
+ export DOCKER_HOST="unix://$(podman info --format '{{.Host.RemoteSocket.Path}}')"
+ {% endraw %}
+ ```
43
44
### Known issues
45
0 commit comments