I started Docker and now follow the tutorial, but as far as I know, I could not run the docker-machine
on OS X.
The documentation states that to create a local virtual machine, you run the following command:
docker-machine create
However, this command does not work on OS X (11.6) with the following error:
Running pre-create checks... Error with pre-create check: "VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path"
I tried to install virtual boxing; however, the other page clearly states that you should not install it on the local computer:
VirtualBox prior to version 4.3.30 must NOT be installed (it is not compatible with Docker for Mac)
Note. If your system does not meet these requirements, you can install the Docker Toolbox, which uses Oracle VirtualBox instead of HyperKit.
Therefore, I installed only Docker for Mac, not virtualbox. So what am I missing here? On the sample page, you can run the tutorial on OS X, so I wonder how I can proceed ...
You can continue and run this example using Docker for Mac, Docker for Windows, or Docker for Linux.
source share