Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)