All Projects → vv9k → podman-api-rs

vv9k / podman-api-rs

Licence: MIT license
Rust interface to Podman (libpod).

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to podman-api-rs

fosdem20
Demo material used for the Podman talk at FOSDEM 2020
Stars: ✭ 22 (-40.54%)
Mutual labels:  podman
podman-py
Python bindings for Podman's RESTful API
Stars: ✭ 140 (+278.38%)
Mutual labels:  podman
lede-dockerbuilder
A (container based) LEDE/OpenWrt image builder.
Stars: ✭ 53 (+43.24%)
Mutual labels:  podman
podman-gitlab-runner
Use Podman as a custom executor for your Gitlab CI
Stars: ✭ 87 (+135.14%)
Mutual labels:  podman
podman-static
static podman binaries and container image
Stars: ✭ 108 (+191.89%)
Mutual labels:  podman
gnome-shell-extension-containers
containers is a gnome-shell extension to manage linux container, run by podman
Stars: ✭ 40 (+8.11%)
Mutual labels:  podman
distrobox
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Stars: ✭ 4,371 (+11713.51%)
Mutual labels:  podman
cryostat
Secure JDK Flight Recorder management for containerized JVMs
Stars: ✭ 147 (+297.3%)
Mutual labels:  podman
docker-pushrm
"Docker Push Readme" - a Docker CLI plugin to update container repo docs
Stars: ✭ 100 (+170.27%)
Mutual labels:  podman
simplenetes
The sns tool is used to manage the full life cycle of your Simplenetes clusters. It integrates with the Simplenetes Podcompiler project podc to compile pods.
Stars: ✭ 731 (+1875.68%)
Mutual labels:  podman
coretoolbox
"pet container" tool using podman
Stars: ✭ 22 (-40.54%)
Mutual labels:  podman
pyrex
Seamless container setup for developing with OpenEmbedded/Yocto Project
Stars: ✭ 27 (-27.03%)
Mutual labels:  podman
podman-macos
📦 Podman frontend for macOS
Stars: ✭ 576 (+1456.76%)
Mutual labels:  podman
vs-code-container-with-ssl
Launch your own Code Server container with preloaded SDKs for React, Python, C#, Cloud CLIs, secured by SSL Reverse Proxy.
Stars: ✭ 54 (+45.95%)
Mutual labels:  podman
infraform
Creating infrastructure and running applications using different platforms
Stars: ✭ 31 (-16.22%)
Mutual labels:  podman
autoportforward
Bidirectional port-forwarding for docker, podman and kubernetes
Stars: ✭ 282 (+662.16%)
Mutual labels:  podman
podman-desktop
launch and setup vms for podman
Stars: ✭ 28 (-24.32%)
Mutual labels:  podman
cni-plugins
CNI Plugins compatible with nftables
Stars: ✭ 29 (-21.62%)
Mutual labels:  podman
opensvc
The OpenSVC node agent
Stars: ✭ 27 (-27.03%)
Mutual labels:  podman
plasma-docker
Plasmoid for KDE Plasma to control docker containers
Stars: ✭ 38 (+2.7%)
Mutual labels:  podman

podman-api

GitHub Actions MIT licensed Released API docs

Rust interface to Podman

Current version of this crate targets libpod API version v4.2

Usage

Add the following to your Cargo.toml file

[dependencies]
podman-api = "0.4"

SSL Connection

To enable HTTPS connection to podman add a tls flag to Cargo.toml.

Default features

By default, only chrono feature is enabled. To disable it use:

podman-api = { version = "0.4", default-features = false }

Examples

Examples for most API endpoints can be found in the library documentation.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].