Docker Machine
Authentication
Before you create a Docker Machine with Ionos Cloud Docker Machine Driver, make sure you followed the Authentication steps.
Docker Machine Create Command
In order to create Docker Machine with Ionos Cloud Docker Machine Driver, run:
For Windows users:
It should produce results similar to this:
After creating a machine it is recommended to configure your shell, to set up your environment for the Docker client:
All the resources created will be named with the machine name, in this example test-machine
.
The example above uses mostly the default values and the resources will therefore be created in the us/las
location. To change that or to see more options that can be used with this command, check the Options section.
For more available commands and examples on how to manage a Docker Machine, check the Commands section.
For more details about possible issues, check the Troubleshooting section.
Last updated