From b09a76e60718da0736bb39879380eb1c782b2ca1 Mon Sep 17 00:00:00 2001 From: Shini31 Date: Wed, 12 Aug 2015 15:44:03 +0200 Subject: [PATCH] fix #130 - Add link to Docker Remote API --- cloud/docker/plugin.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/docker/plugin.pm b/cloud/docker/plugin.pm index 0f57d0112..ebb582a4c 100644 --- a/cloud/docker/plugin.pm +++ b/cloud/docker/plugin.pm @@ -30,7 +30,7 @@ sub new { bless $self, $class; # $options->{options} = options object - $self->{version} = '0.1'; + $self->{version} = '0.2'; %{$self->{modes}} = ( 'blockio' => 'cloud::docker::mode::blockio', 'containerstate' => 'cloud::docker::mode::containerstate', @@ -50,7 +50,7 @@ __END__ =head1 PLUGIN DESCRIPTION -Check Docker and containers through its API. +Check Docker and containers through its HTTPS Remote API (https://docs.docker.com/reference/api/docker_remote_api/). Requirements: Docker 1.7.1+ and Docker API 1.19+ =cut