Group
Extension

Matches 1

Docker-Client ( M/MA/MARGHI/Docker-Client-v0.1.1.tar.gz, MARGHI, 2020; MetaCPAN )
Docker-Client/lib/Docker/Client.pod ( view source; MetaCPAN )
  my $client = Docker::Client->new();

    my $tx = $client->ContainerCreate(
        {},
        json => {
            Image        => 'ubuntu',
            AttachStdin  => 0,
            AttachStdou
tdin    => 0,
            StdinOnce    => 0
        }
    );

    my $container = $ctx->result()->json();

    $tx = $client->ContainerStart( { id => $container->{Id} } );
    if ( !$tx->result()->is_

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.