FNNDSC / pman

A process management system written in python
MIT License
22 stars 33 forks source link

Support for podman and docker (without swarm) #221

Closed jennydaman closed 1 year ago

jennydaman commented 1 year ago

Currently, pman only works with either Docker Swarm or Kubernetes. Support could be added for both podman and docker (without swarm) could be added by adding support for pman to speak to the docker engine API.

Note: It is better to target the docker engine API instead of podman's API. Podman's API is compatible with the docker engine API, so targeting docker here would be preferable over a tight coupling with podman.

The work involved is to: