Skip to content

Commit 30c33d7

Browse files
Fix doc structure
1 parent 1267024 commit 30c33d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/supported-container-runtimes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
3535

3636
2. Export the `DOCKER_HOST`:
3737

38-
```bash
39-
{% raw %}
40-
export DOCKER_HOST="unix://$(podman info --format '{{.Host.RemoteSocket.Path}}')"
41-
{% endraw %}
42-
```
38+
```bash
39+
{% raw %}
40+
export DOCKER_HOST="unix://$(podman info --format '{{.Host.RemoteSocket.Path}}')"
41+
{% endraw %}
42+
```
4343

4444
### Known issues
4545

0 commit comments

Comments
 (0)