Skip to content

Commit 657b5d2

Browse files
committed
fix header
1 parent ef39216 commit 657b5d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/blog/podman-and-docker-rootless.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ categories:
2020

2121
- [Understanding Docker and Podman](#understanding-docker-andpodman)
2222
- [Open Source Alternatives to Docker Desktop](#open-source-alternatives-to-dockerdesktop)
23-
- [Why Choose Podman?](#why-choose-podmanrootless)
23+
- [Why Choose Podman?](#why-choosepodman)
2424
- [Why Choose Docker Rootless?](#why-choose-dockerrootless)
2525
- [Key aim: Linux and WSL2 users](#key-aim-linux-and-wsl2users)
2626
- [Installing Podman](#installingpodman)
@@ -58,7 +58,7 @@ A common misconception is that Podman is the only open-source alternative to Doc
5858

5959
All of these work with DDEV. The main reason to choose Podman specifically is if your organization forbids Docker entirely or if you want rootless operation by default.
6060

61-
### Why Choose Podman Rootless?
61+
### Why Choose Podman?
6262

6363
Podman is rootless by default, making it the simplest option for secure container environments. Traditional Docker requires root daemons, which can be a security concern in corporate environments with strict policies. (Note that DDEV is targeted at local development, where there are few risks of specialized attacks using this vector anyway.)
6464

0 commit comments

Comments
 (0)