NAME
Container::Buildah::Subcommand - wrapper class for Container::Buildah to run subcommands of buildah
VERSION
version 0.3.1
SYNOPSIS
use <Container::Buildah>;
DESCRIPTION
Container::Buildah::Subcommand provides the following methods, which should be called as methods of Container::Buildah. Since Container::Buildah is a singleton, these methods can be called as class or instance methods. For example:
- call buildah() as a class method
-
Container::Buildah->buildah("run", @args, $container_name, "--", @command);
- call buildah() as an instance method
-
my $cb = Container::Buildah->instance("run", @args, $container_name, "--", @command); $cb->buildah();
FUNCTIONS AND METHODS
- prog
- cmd
- buildah
- bud
- containers
- from
- images
- info
- inspect
- mount
- pull
- push
- rename
- rm
- rmi
- tag
- umount
- version
BUGS AND LIMITATIONS
Please report bugs via GitHub at 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
Containers can only be run with a Linux kernel revision 2.8 or newer.
AUTHOR
Ian Kluft <https://github.com/ikluft>
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