exec docker run -it --rm \ -v/etc/openstack:/etc/openstack \ quay.io/opentelekomcloud/python-openstackclient \ openstack $@
The -it in docker run causes errors in the following invocation:
bash#openstack --os-cloud otcapimon-probes13 dns zone list -c id -f value |while read aa; do openstack --os-cloud otcapimon-probes13 dns zone show $aa;done
the input device is not a TTY