Open yuriishizawa opened 1 month ago
Hey @yuriishizawa! I like this suggestion!
If you want to add some docs on how to use Podman instead, I think we could add a PODMAN.md
file to docs
and then link to it in the README as an alternative way to run Briefer.
What do you think? Would love a PR if you're up for that!
I'm encountering an issue when trying to use briefer on my MacOS system. The following error is raised when briefer attempts to connect to Docker:
It seems that briefer is unable to connect to Docker on my machine. This may be related to how Docker is configured or not running on my setup. However, many developers, especially those using MacOS or Windows, have started to migrate to Podman as an alternative to Docker due to use of Docker Desktop.
Suggestion: It would be great if briefer could support
Podman
as an alternative to Docker, allowing for more flexibility across environments. This could expand the user base by making the tool more compatible with systems where Docker is not the preferred or installed container engine.Thanks!