Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschaefer/podman-perl
:whale: Library of bindings to use the RESTful API of Podman. (WIP)
https://github.com/tschaefer/podman-perl
perl podman
Last synced: about 4 hours ago
JSON representation
:whale: Library of bindings to use the RESTful API of Podman. (WIP)
- Host: GitHub
- URL: https://github.com/tschaefer/podman-perl
- Owner: tschaefer
- Created: 2022-01-20T14:37:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T18:08:03.000Z (almost 3 years ago)
- Last Synced: 2024-02-14T11:24:05.948Z (9 months ago)
- Topics: perl, podman
- Language: Perl
- Homepage:
- Size: 398 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
# Podman
**Podman** - Library of bindings to use the RESTful API of Podman.
## Introduction
## Installation
$ perl Makefile.PL
$ make dist
$ VERSION=$(perl -Ilib -le 'require "./lib/Podman.pm"; print $Podman::VERSION;')
$ cpanm Podman-$VERSION.tar.gz## Usage
## License
[The "Artistic License"](http://dev.perl.org/licenses/artistic.html).
## Is it any good?
[Yes](https://news.ycombinator.com/item?id=3067434)