-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix: add podman support #815
Conversation
This still relies on nitrictech/examples#82 to also make TS projects compatible with Podman, since they use a cache setting that's not supported by Podman The choosen provider used in stack files also needs to support podman. |
Fallback to Podman is Docker is unavailable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get this error when trying nitric up
with no docker running:
error exit status 1
used to be
error docker is required to run this command. For installation instructions see: https://docs.docker.com/engine/install/
🎉 This PR is included in version 1.55.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fallback to Podman if Docker is unavailable.