-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add support for 'podman-compose' in sugar #167
base: main
Are you sure you want to change the base?
Conversation
…th handling in podman-ext command
…h string and list types
…for improved compatibility
…nd usage and improved error handling
…hancing error handling and configuration parsing
@sanjay7178 , do we really need to have a new extension for podman? or could we just add support to it with |
Actually I found out few interesting things that really required the podman as seperate command in sugar
conclusion :
|
This PR implements support for
podman-compose
commands in Sugar, expanding its capabilities beyond Docker Compose.Solve #166
How to test these changes
This PR is a:
environment :
Reference :
PR Checklist:
podman-compose
pypi package to poetrySugar Podman-Ext CLI Specific Checklist :
- [ ] ls List running compose projects.- [ ] top Display the running processes.Observation from podman-compose and docker-compose :