Container-Buildah

 view release on metacpan or  search on metacpan

lib/Container/Buildah/Subcommand.pm  view on Meta::CPAN

L<Container::Buildah>. Since Container::Buildah is a singleton, these methods can be called as
class or instance methods. For example:

=over 1

=item call buildah() as a class method

Container::Buildah->buildah("run", @args, $container_name, "--", @command);

=item call buildah() as an instance method

my $cb = Container::Buildah->instance("run", @args, $container_name, "--", @command);
$cb->buildah();

=back

=head1 FUNCTIONS AND METHODS

=over 1

=item prog

=item cmd

=item buildah

=item bud

=item containers

=item from

=item images

=item info

=item inspect

=item mount

=item pull

=item push

=item rename

=item rm

=item rmi

=item tag

=item umount

=item unshare

=item version

=back

=head1 BUGS AND LIMITATIONS

Please report bugs via GitHub at L<https://github.com/ikluft/Container-Buildah/issues>

Patches and enhancements may be submitted via a pull request at L<https://github.com/ikluft/Container-Buildah/pulls>

Containers can only be run with a Linux kernel revision 2.8 or newer.

=head1 AUTHOR

Ian Kluft <https://github.com/ikluft>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2020 by Ian Kluft.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004

=cut



( run in 0.560 second using v1.01-cache-2.11-cpan-39bf76dae61 )