An open API service indexing awesome lists of open source software.

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

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 .
```