Container-Buildah
view release on metacpan or search on metacpan
# FUNCTIONS
## init\_config
# FUNCTIONS AND METHODS
## Container::Buildah core functions and methods
## methods provided by Container::Buildah::Subcommand
# BUGS AND LIMITATIONS
Please report bugs via GitHub at [https://github.com/ikluft/Container-Buildah/issues](https://github.com/ikluft/Container-Buildah/issues)
Patches and enhancements may be submitted via a pull request at [https://github.com/ikluft/Container-Buildah/pulls](https://github.com/ikluft/Container-Buildah/pulls)
Containers can only be run with a Linux kernel revision 2.8 or newer.
# AUTHOR
Ian Kluft <https://github.com/ikluft>
build/perlcritic.rc view on Meta::CPAN
color-severity-high = rgb530
color-severity-highest = bright_red
[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Modern::Perl
[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Modern::Perl
[Documentation::RequirePodSections]
lib_sections = NAME | VERSION | SYNOPSIS | DESCRIPTION | BUGS AND LIMITATIONS | AUTHOR | COPYRIGHT AND LICENSE
[Subroutines::ProhibitExcessComplexity]
max_mccabe = 20
lib/Container/Buildah.pm view on Meta::CPAN
=head1 FUNCTIONS
=head2 init_config
=head1 FUNCTIONS AND METHODS
=head2 Container::Buildah core functions and methods
=head2 methods provided by Container::Buildah::Subcommand
=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>
lib/Container/Buildah/Stage.pm view on Meta::CPAN
The option parameter is a hash reference with command-line options for buildah-run.
For options with shortcut aliases, only the long form is recognized here in order to avoid duplication.
The command parameter can be an array of strings for one command, or array of arrays of strings for multiple commands.
This applies the same command-line arguments to each command it runs.
=head1 FUNCTIONS
=head2 stage_config
=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>
lib/Container/Buildah/Subcommand.pm view on Meta::CPAN
=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>
( run in 0.307 second using v1.01-cache-2.11-cpan-05444aca049 )