-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp-wantedExtra attention is neededExtra attention is neededproviderProvider implementationsProvider implementations
Description
Description
Implement full Podman provider (currently a stub).
Podman is API-compatible with Docker, so the implementation should be similar to the Docker provider.
Requirements
- Connect to Podman socket
- Create/start containers
- Execute code in containers
- Stream stdout/stderr
- File system operations
- Cleanup on stop
References
- Current stub:
internal/provider/podman/podman.go - Docker implementation:
internal/provider/docker/docker.go - Podman Go bindings: https://github.com/containers/podman/tree/main/pkg/bindings
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp-wantedExtra attention is neededExtra attention is neededproviderProvider implementationsProvider implementations