We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3a8174 + 4814e87 commit 818ea95Copy full SHA for 818ea95
website/content/en/docs/examples/_index.md
@@ -38,6 +38,14 @@ docker run -d --name nginx -p 127.0.0.1:8080:80 nginx:alpine
38
```
39
{{% /tab %}}
40
41
+{{% tab header="Podman" %}}
42
+```bash
43
+limactl start template://podman
44
+export DOCKER_HOST=$(limactl list podman --format 'unix://{{.Dir}}/sock/podman.sock')
45
+docker run -d --name nginx -p 127.0.0.1:8080:80 nginx:alpine
46
+```
47
+{{% /tab %}}
48
+
49
{{% tab header="Kubernetes" %}}
50
```bash
51
limactl start template://k8s
0 commit comments