You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/blog/podman-and-docker-rootless.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,36 +12,36 @@ categories:
12
12
- Guides
13
13
---
14
14
15
-
**TL;DR**: DDEV now supports Podman and Docker Rootless in [DDEV HEAD](https://docs.ddev.com/en/stable/developers/building-contributing/#testing-latest-commits-on-head) (coming in v1.25.0). Jump to setup instructions: [Linux/WSL2](#key-aim-linux-and-wsl2users) · [macOS](#macos) · [Windows](#windows)
15
+
**TL;DR**: DDEV now supports Podman and Docker Rootless in [DDEV HEAD](https://docs.ddev.com/en/stable/developers/building-contributing/#testing-latest-commits-on-head) (coming in v1.25.0). Jump to setup instructions: [Linux/WSL2](#key-aim-linux-and-wsl2-users) · [macOS](#macos) · [Windows](#windows)
16
16
17
17
**Note**: This support is experimental. Report issues on the [DDEV issue tracker](https://github.com/ddev/ddev/issues).
18
18
19
19
## Table of Contents
20
20
21
-
-[Understanding Docker and Podman](#understanding-docker-andpodman)
22
-
-[Open Source Alternatives to Docker Desktop](#open-source-alternatives-to-dockerdesktop)
Windows users can use Podman Desktop, but setup has its own challenges. Docker Rootless is not available on traditional Windows (it works in WSL2, see the [Linux and WSL2](#key-aim-linux-and-wsl2users) section).
446
+
Windows users can use Podman Desktop, but setup has its own challenges. Docker Rootless is not available on traditional Windows (it works in WSL2, see the [Linux and WSL2](#key-aim-linux-and-wsl2-users) section).
447
447
448
448
### Installing Podman
449
449
@@ -453,7 +453,7 @@ Alternatively, install Podman directly following the [official Podman installati
453
453
454
454
For more information, see the [Podman tutorials](https://github.com/containers/podman/tree/main/docs/tutorials#readme).
455
455
456
-
The setup and configuration follow similar patterns to the Linux/WSL2 setup, but with Podman Desktop managing the VM for you. Follow the [Linux and WSL2](#key-aim-linux-and-wsl2users) instructions.
456
+
The setup and configuration follow similar patterns to the Linux/WSL2 setup, but with Podman Desktop managing the VM for you. Follow the [Linux and WSL2](#key-aim-linux-and-wsl2-users) instructions.
0 commit comments