konveyor / move2kube-operator

Operator to orchestrate Move2Kube UI and API
https://move2kube.konveyor.io/
Apache License 2.0
8 stars 9 forks source link

feat: Use docker or podman to build and run #52

Closed rmarting closed 3 years ago

rmarting commented 3 years ago

This PR improves the Makefile to check which container tool is installed in the enviroment (only docker or podman).

The user will not have to set up anything before to build or to run the image locally, only a container tool is needed to be installed.

HTH

github-actions[bot] commented 3 years ago

Thanks for making a pull request! 😃 One of the maintainers will review and advise on the next steps.

rmarting commented 3 years ago

@ashokponkumar Here the PR as you request me related with https://github.com/konveyor/move2kube-ui/pull/98

Ready for your review.

ashokponkumar commented 3 years ago

Thanks @rmarting