According to the official docker docs,
Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage the hosts with docker-machine commands.
Since docker engine can be directly installed on Linux, my question is whether there are any use cases where docker-machine
is actually needed when working on a Linux environment