A (base-)Docker image to run openstack cli.
- customize
.envrc-dist(for direnv) - run image:
$ make shell
# prints "openstack --help"
$ make shell CMD="server list"
# prints "openstack server list" outputTags of this image follow the openstack client installed within.