Docker Machine Driver
This library adds the support for creating Docker Machines hosted on IONOS Cloud.
Overview
Docker Machine Driver is the official driver for Docker Machine to use with IONOS Cloud. It adds support for creating Docker Machines hosted on the IONOS Cloud.
Docker Machine lets you create Docker hosts on your computer and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them. For more information about Docker Machine, check the official GitHub Repository.
Getting started
Prerequisites
Installing Docker Machine
This Ionos Cloud plugin works with Docker Machine and with Rancher Machine as well. Before we continue, you will need to install Docker Machine or Rancher Machine.
Installing Go
The Ionos Cloud Docker Machine Driver is written in the Go programming language. Your system will need to have Go installed. Please refer to the Go Install Documentation if you do not have Go installed and configured for your system.
Remember to set $GOPATH
and update $PATH
. The following are just examples using the export
command, you will need to adjust the paths for your particular installation.
Installing
Released Binaries
Check the Release Page and find the corresponding archive for your operating system and architecture. You can download the archive from your browser or you can follow the next steps:
For Windows users, you can download the latest release available on Release Page, unzip it and copy the binary in your PATH
. You can follow this [official guide](https://msdn.microsoft.com/en-us/library/office/ee537574(v=office.14).aspx) that explains how to add tools to your PATH
.
Local Version
With the prerequisites taken care of, will need to run the following commands to install the Ionos Cloud Docker Machine Driver:
After cloning the repository, you can build and install the driver itself:
When successful, we will end up with a newly created docker-machine-driver-ionoscloud
binary in docker-machine-driver/bin/
and in $GOPATH/bin/
.
Depending on how your $PATH
is being set, you may need to copy the binary to $PATH
in order to use the Docker Machine Driver.
Note that the development version is a work-in-progress of a future stable release and can include bugs. Officially released versions will generally be more stable. Check the latest releases in the Release Page.
Usage
Before you start using the Ionos Cloud Docker Machine Driver, you need to authenticate in your Ionos Cloud account. Check the steps in the Authentication section.
In order to see the available options and flags, check the Options section.
For more information about Docker/Rancher Machine commands on how to manage a machine, including examples, check the Commands section.
Docker Support
For information on how to create a Docker Machine with Ionos Cloud Docker Machine Driver, check the Docker Machine section.
For information on how to create a Docker Machine with Ionos Cloud Docker Machine Driver with Swarm Mode, check the Docker Swarm section.
For more details about possible issues, check the Troubleshooting section.
Rancher Support
For information on how to create a Rancher Machine with Ionos Cloud Docker Machine Driver, check the Rancher Machine section.
For information on how to create a Rancher Cluster via Rancher UI, using Ionos Cloud Docker Machine Driver, check the Rancher Cluster section.
Feature Reference
The IONOS Cloud Docker Machine Driver aims to offer access to all resources in the IONOS Cloud API and also offers some additional features that make the integration easier:
authentication for API calls
handling of asynchronous requests
FAQ
How can I open a bug/feature request?
Bugs & feature requests can be open on the repository issues: https://github.com/ionos-cloud/docker-machine-driver/issues/new/choose
Can I contribute to the Docker Machine Driver?
Sure! Our repository is public, feel free to fork it and file a PR for one of the issues opened in the issues list. We will review it and work together to get it released.
Last updated