Merge pull request #17688 from afbjorklund/podman-macos

Add link to podman for macos and windows
pull/17689/head
Steven Powell 2023-11-29 13:44:02 -08:00 committed by GitHub
commit 51edffa3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@ To do so, we use the [Docker Machine](https://github.com/docker/machine) library
* [VirtualBox]({{<ref "virtualbox.md">}}) - VM
* [QEMU]({{<ref "qemu.md">}}) - VM
* [None]({{<ref "none.md">}}) - bare-metal
* [Podman]({{<ref "podman.md">}}) - container (experimental)
* [Podman]({{<ref "podman.md">}}) - container-based (experimental)
* [SSH]({{<ref "ssh.md">}}) - remote ssh
@ -31,6 +31,7 @@ To do so, we use the [Docker Machine](https://github.com/docker/machine) library
* [Parallels]({{<ref "parallels.md">}}) - VM
* [VMware Fusion]({{<ref "vmware.md">}}) - VM
* [QEMU]({{<ref "qemu.md">}}) - VM
* [Podman]({{<ref "podman.md">}}) - VM + Container (experimental)
* [SSH]({{<ref "ssh.md">}}) - remote ssh
## Windows
@ -40,4 +41,5 @@ To do so, we use the [Docker Machine](https://github.com/docker/machine) library
* [VirtualBox]({{<ref "virtualbox.md">}}) - VM
* [VMware Workstation]({{<ref "vmware.md">}}) - VM
* [QEMU]({{<ref "qemu.md">}}) - VM (experimental)
* [Podman]({{<ref "podman.md">}}) - VM + Container (experimental)
* [SSH]({{<ref "ssh.md">}}) - remote ssh