You can use the vctl command-line utility in VMware Fusion to manage containers.
The vctl (codename: project Nautilus) is a command-line utility bundled inside the VMware Fusion application and is used to manage containers. Most vctl command options are usable in Fusion and Fusion Pro. However, the --publish option is only available with Fusion Pro.
Related binaries/components come bundled in the Fusion application and are available in Applications/VMware Fusion.app/Contents/Library/vkd/ folder.
The three main binaries/components of the vctl command-line utility are summarized in the following section.
bin/containerd
This is a runtime daemon that runs in the background. The containerd daemon must be started first before you can run any container related operation. To start it, use the vctl system start command and to stop it use the vctl system stop command.
bin/containerd-shim-crx-v2
When a new container is started, a new containerd-shim-crx-v2 process is launched and works as an adapter between the container in CRX VM and the containerd daemon.
bin/vctl
It is a command-line utility that runs in the foreground and relays the user input to the containerd daemon.