Skip to content

Commit 742ee23

Browse files
committed
fix TOC links
1 parent fbaf353 commit 742ee23

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,36 @@ categories:
1212
- Guides
1313
---
1414

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)
1616

1717
**Note**: This support is experimental. Report issues on the [DDEV issue tracker](https://github.com/ddev/ddev/issues).
1818

1919
## Table of Contents
2020

21-
- [Understanding Docker and Podman](#understanding-docker-andpodman)
22-
- [Open Source Alternatives to Docker Desktop](#open-source-alternatives-to-dockerdesktop)
23-
- [Why Choose Podman?](#why-choosepodman)
24-
- [Why Choose Docker Rootless?](#why-choose-dockerrootless)
25-
- [Key aim: Linux and WSL2 users](#key-aim-linux-and-wsl2users)
26-
- [Installing Podman](#installingpodman)
27-
- [Installing Docker CLI](#installing-dockercli)
28-
- [Configuring Podman Rootless](#configuring-podmanrootless)
29-
- [Podman Rootless Performance Optimization](#podman-rootless-performanceoptimization)
30-
- [Configuring Podman Rootful](#configuring-podmanrootful)
31-
- [Setting Up Docker Rootless](#setting-up-dockerrootless)
21+
- [Understanding Docker and Podman](#understanding-docker-and-podman)
22+
- [Open Source Alternatives to Docker Desktop](#open-source-alternatives-to-docker-desktop)
23+
- [Why Choose Podman?](#why-choose-podman)
24+
- [Why Choose Docker Rootless?](#why-choose-docker-rootless)
25+
- [Key aim: Linux and WSL2 users](#key-aim-linux-and-wsl2-users)
26+
- [Installing Podman](#installing-podman)
27+
- [Installing Docker CLI](#installing-docker-cli)
28+
- [Configuring Podman Rootless](#configuring-podman-rootless)
29+
- [Podman Rootless Performance Optimization](#podman-rootless-performance-optimization)
30+
- [Configuring Podman Rootful](#configuring-podman-rootful)
31+
- [Setting Up Docker Rootless](#setting-up-docker-rootless)
3232
- [macOS](#macos)
33-
- [Installing Podman](#installingpodman-1)
34-
- [Installing Docker CLI](#installing-dockercli-1)
35-
- [Configuring Podman](#configuringpodman)
33+
- [Installing Podman](#installing-podman-1)
34+
- [Installing Docker CLI](#installing-docker-cli-1)
35+
- [Configuring Podman](#configuring-podman)
3636
- [Windows](#windows)
37-
- [Installing Podman](#installingpodman-2)
38-
- [Running Multiple Container Runtimes](#running-multiple-containerruntimes)
39-
- [Switching Runtimes with DDEV](#switching-runtimes-withddev)
40-
- [Which Runtime Should You Choose?](#which-runtime-should-youchoose)
41-
- [Runtime Comparison](#runtimecomparison)
37+
- [Installing Podman](#installing-podman-2)
38+
- [Running Multiple Container Runtimes](#running-multiple-container-runtimes)
39+
- [Switching Runtimes with DDEV](#switching-runtimes-with-ddev)
40+
- [Which Runtime Should You Choose?](#which-runtime-should-you-choose)
41+
- [Runtime Comparison](#runtime-comparison)
4242
- [Recommendations](#recommendations)
43-
- [The Journey to Podman Support](#the-journey-to-podmansupport)
44-
- [Supporting DDEV Development](#supporting-ddevdevelopment)
43+
- [The Journey to Podman Support](#the-journey-to-podman-support)
44+
- [Supporting DDEV Development](#supporting-ddev-development)
4545
- [Conclusion](#conclusion)
4646

4747
## Understanding Docker and Podman
@@ -443,7 +443,7 @@ brew install docker
443443
444444
## Windows
445445
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-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).
447447
448448
### Installing Podman
449449
@@ -453,7 +453,7 @@ Alternatively, install Podman directly following the [official Podman installati
453453
454454
For more information, see the [Podman tutorials](https://github.com/containers/podman/tree/main/docs/tutorials#readme).
455455
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.
457457
458458
## Running Multiple Container Runtimes
459459

0 commit comments

Comments
 (0)