Scripts to pull pre-built docker containers based on the ACI Toolkit apps
Required
- Docker
Clone the repository
git clone https://github.com/chapeter/acitoolkitapps
Modify run.sh with the appropriate values for
APIC_IP=10.10.10.10
APIC_USERNAME=admin
APIC_PASSWORD=password
Run run.sh
./run.sh
Check out the pages:
http://127.0.0.1:5000 - Endpoint tracker
http://127.0.0.1:5001 - Visualizer
http://127.0.0.1:5002 - Snapback
http://127.0.0.1:5003 - ACI Web Tools
http://127.0.0.1:5004 - Config Explorer
You can also access these remotely
dockerkillcontainers.sh can be used to removed all running containers dockerkillall.sh can be used to remove all images and containers you currently have