f5devcentral / f5-automation-config-converter

Convert BIG-IP configs to AS3 and DO declarations
https://clouddocs.f5.com/products/extensions/f5-automation-config-converter/latest/
Apache License 2.0
35 stars 13 forks source link

Can't run docker image - unknown shorthand flag: 'o' in -o #103

Open ZdenekZemba2 opened 9 months ago

ZdenekZemba2 commented 9 months ago

Environment

Summary

"Docker run" command fails due to "-o" which is supposed to set output, but docker says it's unknown

Steps To Reproduce

docker run --rm -v f5-automation-config-converter:latest -o data.json -u lab_lb_backup_2024-02-09_05_03_15.ucs

  1. Observe the following error message: unknown shorthand flag: 'o' in -o See 'docker run --help'.

Expected Behavior

I expect the UCS to be processed, but it didn't happen