Docker @ Cisco Application Centric Infrastructure (ACI)
3.4K
For a quick video on how to use this container. See the video at http://quick.as/XwnlUpAww
Thanks to kecorbin for making consumption easier via web page inside the container, after pulling all this together.
To get it:
docker pull dockercisco/aci
To run it:
docker run -p 8080:80 -d dockercisco/aci
then go to your browser and access http://127.0.0.1:8080
NOTE: if you are using boot2docker or another VM, replace 127.0.0.1 with the IP address of the VM
This Image contains many tools to consume Cisco ACI, as following:
The ACI Toolkit: ACI expressed as a python library that developers can include on their own code. Further details, plus documentation and code, available at http://datacenter.github.io/acitoolkit/
The Cobra SDN for direct programmable access to ACI. That's what the Web page consumes inside the image. Further details, plus documentation, available at https://developer.cisco.com/site/apic-dc/documents/pythonapi/
Many python scrips touching upon ACI configuration and consumption.
It's a work in progress, so bear with us :)
Content type
Image
Digest
sha256:c8cd667b0…
Size
258.5 MB
Last updated
almost 11 years ago
docker pull dockercisco/aci