Skip to content
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

Declare an argument to choose the container runtime use (docker, podman) #618

Closed
rmarting opened this issue Nov 2, 2021 · 1 comment
Closed

Comments

@rmarting
Copy link
Contributor

rmarting commented Nov 2, 2021

Is your feature request related to a problem? Please describe.

Each user could have different use cases, and different container runtime to use, so if the use could choose the container runtime could be a great feature.

It could be an argument to request to the user, or a question in the UI to choose the container engine to use in the scripts and deployment artifacts generated by the tool. Then the user could choose the right container runtime for his/her environment.

The idea is similar when you choose the platform (k8s or OpenShift). Then the artifacts generated will be aligned with that decession.

Of course, docker could be the default one if the user does not set podman.

Describe the solution you'd like

Define a new argument in move2kube cli to choose which container engine use:

E.g:

$ move2kube --container-runtime podman

Describe alternatives you've considered
NA

Additional context
NA

@rmarting rmarting changed the title Declere an argument to choose the container runtime use (docker, podman) Declare an argument to choose the container runtime use (docker, podman) Nov 2, 2021
@ashokponkumar
Copy link
Member

Fixed by #700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants