Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Docker machine plugin

bradeac edited this page Aug 26, 2016 · 6 revisions

Install plugin

  • Download gocd-docker_machine_plugin
  • Copy it to Go.CD server plugin external folder (path to go-server/plugins/external)
  • Restart the Go server.

Add a task of Docker Machine type

A task of type Docker Machine needs to be added.

Features

The plugin can execute docker machine create, ls, rm, start commands.

  • Remove machine and/or configuration before creating a new one - if checked, the docker-machine rm will be executed, along with the --force flag.

You can choose between three predefined drivers: generic, vmwarevsphere and azure. Each one comes with predefined values for some fields.

Screenshots