Skip to content

Commit 818ea95

Browse files
authored
Merge pull request #3209 from afbjorklund/examples-podman
Add example with containers on Podman Engine
2 parents f3a8174 + 4814e87 commit 818ea95

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: website/content/en/docs/examples/_index.md

+8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ docker run -d --name nginx -p 127.0.0.1:8080:80 nginx:alpine
3838
```
3939
{{% /tab %}}
4040

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+
4149
{{% tab header="Kubernetes" %}}
4250
```bash
4351
limactl start template://k8s

0 commit comments

Comments
 (0)