[Feature] Support the ability to run kantra inside of a single container image #157
Closed
1 task done
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Konveyor version
0.3.0
Priority
Major
Current Behavior
Today kantra is expected to run on folks machines and spin up containers to run the analysis engine.
Expected Behavior
It would be really nice if a user could do
docker run -v <output_dir>:/tmp/<output_dir> -v <input_dir>:/tmp/<input_dir> quay.io/konveyor/kantra -- analyze --input /tmp/<input_dir> --output /tmp/<output_dir>
and have the entire analysis run in a single image.This would remove the burden on the user significantly.
Anything else?
No response
The text was updated successfully, but these errors were encountered: