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
- Host: GitHub
- URL: https://github.com/gautada/podman
- Owner: gautada
- Created: 2021-09-21T01:30:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-24T19:32:47.000Z (6 months ago)
- Last Synced: 2026-02-28T00:22:57.960Z (4 months ago)
- Topics: container, development, tools
- Language: Shell
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```