https://github.com/peter-mcconnell/docker-openstack
openstack client running on docker alpine
https://github.com/peter-mcconnell/docker-openstack
docker openstack
Last synced: 12 months ago
JSON representation
openstack client running on docker alpine
- Host: GitHub
- URL: https://github.com/peter-mcconnell/docker-openstack
- Owner: peter-mcconnell
- Created: 2018-11-13T13:09:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T14:21:01.000Z (over 7 years ago)
- Last Synced: 2025-03-12T13:12:48.460Z (over 1 year ago)
- Topics: docker, openstack
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/pemcconnell/docker-openstack/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
openstack client on python 2.7 (docker)
=======================================
run
---
**note:** you must have your openstack rc file located in `./creds.sh`, or
update the `$(pwd)/creds.sh` below to match the desired path.
```bash
docker run -v $(pwd)/creds.sh:/creds.sh -ti pemcconnell/docker-openstack:latest
```
build
-----
You only need to do this if you want to build from source locally. This image is pulled from Docker Hub otherwise.
```bash
docker build -t=pemcconnell/docker-openstack:latest .
```