vmware-checkvm

Check if the current host is a VMware VM or not. More information: <https://manned.org/vmware-checkvm>.

Debian Debian
RUN apt-get update && \ apt-get install -y open-vm-tools
Ubuntu
RUN apt-get update && \ apt-get install -y open-vm-tools
Alpine
RUN apk add open-vm-tools
Arch Arch Linux
RUN pacman -S --noconfirm open-vm-tools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y open-vm-tools
CentOS
RUN yum install -y open-vm-tools
Fedora
RUN dnf install -y open-vm-tools
click the source code to copy install vmware-checkvm on any operating system with command-not-found.com