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

https://github.com/gautada/podman

General OCI Container builder
https://github.com/gautada/podman

container development tools

Last synced: 2 months ago
JSON representation

General OCI Container builder

Awesome Lists containing this project

README

          

# podman

FF: [Podman](https://podman.io) Manage containers, pods, and images with Podman.
Seamlessly work with containers and Kubernetes from your local environment.

## Volumes

Volumes are very important to make the podman container work like the k8s
environment the containers will be running within.

```/bin/zsh
podman volume create --driver local --opt type=none \
--opt device=/Users/mada/.cache/containers/backup \
--opt o=bind Backup
```