Sign inSign up

govau/python-openstackclient

By govau

Updated about 8 years ago

Openstack cli docker image

Image
0

190

govau/python-openstackclient repository overview

Docker Automated build Docker Build Status CircleCI

Openstack CLI deployed using docker

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.

How to use it?

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

How to build it locally?

Assumes you have docker running

  1. Clone this repository:
git clone https://github.com/govau/python-openstackclient.git
  1. Build the image and tag it python-openstackclient:
docker build --tag python-openstackclient python-openstackclient
  1. Verify the built image:
docker run -it --rm python-openstackclient openstack --version

Tag summary

Content type

Image

Digest

Size

83.8 MB

Last updated

about 8 years ago

docker pull govau/python-openstackclient