https://github.com/alsotoes/docker-openstack-cli
OpenStack CLI tools
https://github.com/alsotoes/docker-openstack-cli
devops docker dockerfile openstack
Last synced: 12 months ago
JSON representation
OpenStack CLI tools
- Host: GitHub
- URL: https://github.com/alsotoes/docker-openstack-cli
- Owner: alsotoes
- License: gpl-3.0
- Created: 2017-04-12T21:53:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T07:32:17.000Z (about 9 years ago)
- Last Synced: 2025-03-27T02:45:13.000Z (about 1 year ago)
- Topics: devops, docker, dockerfile, openstack
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-openstack-cli
OpenStack CLI tools: just a whale to have all the commands you will need to operate an OpenStack cloud, without messing your current environment.
1.- Clone the repo
$ git clone https://github.com/...
2.- Build the image
$ cd docker-openstack-cli
$ docker build --tag kionetworks/openstack-cli:latest .
3.- Wait till finish
...
4.- Use!!!!!, if you have your env files locally, lets say in /opt/openstack-env just execute
$ docker run -it -v /opt/openstack-env:/root/config kionetworks/openstack-cli /bin/bash