/openstack-cli

Primary LanguageMakefileBSD 2-Clause "Simplified" LicenseBSD-2-Clause

openstack-cli

A (base-)Docker image to run openstack cli.

Usage

  • customize .envrc-dist (for direnv)
  • run image:
$ make shell
# prints "openstack --help"
$ make shell CMD="server list"
# prints "openstack server list" output

Tags of this image follow the openstack client installed within.