Provides a docker image with the openstack CLI.
CircleCI is used to test each change. The image on the master branch is automatically published on docker hub.
Assumes you have docker running
This image is published on docker hub. To use it (with your current directory mounted at /data):
docker run -it --rm -v $PWD:/data --workdir=/data govau/python-openstackclient openstack --version
The above command when run the first time will automatically pull the latest image from docker hub. If you run it again later, it may use the previously pulled version. To pull the latest version:
docker pull govau/python-openstackclient
Assumes you have docker running
git clone https://github.com/govau/python-openstackclient.git
docker build --tag python-openstackclient python-openstackclient
docker run -it --rm python-openstackclient openstack --version
Content type
Image
Digest
Size
83.8 MB
Last updated
about 8 years ago
docker pull govau/python-openstackclient