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_