Skip to content

Commit 1267024

Browse files
Fix docs indentation
1 parent cb3a588 commit 1267024

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/supported-container-runtimes.md

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

2222
1. Ensure the Podman socket is exposed:
2323

24-
Rootless:
25-
26-
```bash
27-
systemctl --user status podman.socket
28-
```
29-
30-
Rootful:
31-
32-
```bash
33-
sudo systemctl enable --now podman.socket
34-
```
24+
Rootless:
25+
26+
```bash
27+
systemctl --user status podman.socket
28+
```
29+
30+
Rootful:
31+
32+
```bash
33+
sudo systemctl enable --now podman.socket
34+
```
3535

3636
2. Export the `DOCKER_HOST`:
3737

0 commit comments

Comments
 (0)