Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 336 Bytes

File metadata and controls

17 lines (12 loc) · 336 Bytes

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.