-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use podman as runtime to build and execute the UI #97
Comments
@rmarting The recommended solution seems to be just to alias docker to podman since podman is a drop in replacement for docker:
|
@HarikrishnanBalagopal it could help that using an alias, but IMHO the Replacing Maybe the solution could add some container runtime check at the begining of the WDYT? |
@HarikrishnanBalagopal I am not an expert developer in Open to modify or adapt the file with the rules or recomendations you could suggest me. |
Is your feature request related to a problem? Please describe.
docker
is currently supported to build and run locally UI, however in development environmentspodman
orbuildah
are the tools used to build and run containers.If you don't have
docker
the build process fails with:Describe the solution you'd like
Allow to build and run locally this tool using other container runtimes, such as
podman
.Describe alternatives you've considered
Additional context
This feature will allow to increase the number of users/developers of this tool.
The text was updated successfully, but these errors were encountered: