Merge pull request #131 from Shini31/issue130
fix #130 - Add link to Docker Remote API
This commit is contained in:
commit
d71830decf
|
@ -30,7 +30,7 @@ sub new {
|
||||||
bless $self, $class;
|
bless $self, $class;
|
||||||
# $options->{options} = options object
|
# $options->{options} = options object
|
||||||
|
|
||||||
$self->{version} = '0.1';
|
$self->{version} = '0.2';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'blockio' => 'cloud::docker::mode::blockio',
|
'blockio' => 'cloud::docker::mode::blockio',
|
||||||
'containerstate' => 'cloud::docker::mode::containerstate',
|
'containerstate' => 'cloud::docker::mode::containerstate',
|
||||||
|
@ -50,7 +50,7 @@ __END__
|
||||||
|
|
||||||
=head1 PLUGIN DESCRIPTION
|
=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+
|
Requirements: Docker 1.7.1+ and Docker API 1.19+
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
Loading…
Reference in New Issue