Podman::Container
Attributes
has 'Client'; #15
Podman::Client API connector.
has 'Name'; #23
Image identifier, short identifier or name.
Methods
sub Create($Package, $Name, $Image, $Client, %Options); #30
Create new named container of given image with given command.
sub Delete($Self, $Force); #58
Delete container, optional force deleting if current in use.
sub Inspect($Self); #72
Display container configuration.
sub Kill($Self, $Signal, $All); #95
Kill container.
sub Start($Self, $Name); #112
Start container.
sub Stop($Self, $Name); #121
Stop container.