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 cb3a588 commit 1267024Copy full SHA for 1267024
docs/supported-container-runtimes.md
@@ -21,17 +21,17 @@ export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
21
22
1. Ensure the Podman socket is exposed:
23
24
- Rootless:
25
-
26
- ```bash
27
- systemctl --user status podman.socket
28
- ```
29
30
- Rootful:
31
32
33
- sudo systemctl enable --now podman.socket
34
+ Rootless:
+
+ ```bash
+ systemctl --user status podman.socket
+ ```
+ Rootful:
+ sudo systemctl enable --now podman.socket
35
36
2. Export the `DOCKER_HOST`:
37
0 commit comments