Python OpenStack client inside a container
165
To use this container as your openstack client, add the following to your ~/.bashrc:
alias openstack='docker run --rm -e OS_USERNAME \
-e OS_PASSWORD \
-e OS_REGION_NAME \
-e OS_AUTH_URL \
-e OS_TENANT_NAME \
drwahl/python-openstackclient openstack'
Then you will be able to run commands like:
openstack server list
Which will pull your credentials from your environment and execute the openstackclient inside a container.
More info can be found at https://github.com/drwahl/docker-python-openstackclient
Content type
Image
Digest
Size
378.4 MB
Last updated
over 6 years ago
docker pull drwahl/python-openstackclient