diff --git a/site/content/en/docs/drivers/_index.md b/site/content/en/docs/drivers/_index.md index 46758f51bd..daf996e84f 100644 --- a/site/content/en/docs/drivers/_index.md +++ b/site/content/en/docs/drivers/_index.md @@ -28,7 +28,7 @@ To do so, we use the [Docker Machine](https://github.com/docker/machine) library * [Hyperkit]({{}}) - VM * [VirtualBox]({{}}) - VM * [Parallels]({{}}) - VM -* [VMware]({{}}) - VM +* [VMware Fusion]({{}}) - VM * [SSH]({{}}) - remote ssh ## Windows @@ -36,5 +36,5 @@ To do so, we use the [Docker Machine](https://github.com/docker/machine) library * [Hyper-V]({{}}) - VM (preferred) * [Docker]({{}}) - VM + Container (preferred) * [VirtualBox]({{}}) - VM -* [VMware]({{}}) - VM +* [VMware Workstation]({{}}) - VM * [SSH]({{}}) - remote ssh diff --git a/site/content/en/docs/drivers/includes/vmware_windows_usage.inc b/site/content/en/docs/drivers/includes/vmware_windows_usage.inc index 3944dc25c1..46245257a1 100644 --- a/site/content/en/docs/drivers/includes/vmware_windows_usage.inc +++ b/site/content/en/docs/drivers/includes/vmware_windows_usage.inc @@ -1,6 +1,6 @@ ## Requirements -*VMware Workstation +* VMware Workstation ## Driver Installation diff --git a/site/content/en/docs/start/_index.md b/site/content/en/docs/start/_index.md index 5c0aa438a4..f8eb483652 100644 --- a/site/content/en/docs/start/_index.md +++ b/site/content/en/docs/start/_index.md @@ -16,7 +16,7 @@ All you need is Docker (or similarly compatible) container or a Virtual Machine * 2GB of free memory * 20GB of free disk space * Internet connection -* Container or virtual machine manager, such as: [Docker]({{}}), [Hyperkit]({{}}), [Hyper-V]({{}}), [KVM]({{}}), [Parallels]({{}}), [Podman]({{}}), [VirtualBox]({{}}), or [VMware]({{}}) +* Container or virtual machine manager, such as: [Docker]({{}}), [Hyperkit]({{}}), [Hyper-V]({{}}), [KVM]({{}}), [Parallels]({{}}), [Podman]({{}}), [VirtualBox]({{}}), or [VMware Fusion/Workstation]({{}})

1Installation