Skip to content

Instantly share code, notes, and snippets.

@ryancbutler
Created May 21, 2018 18:53
Show Gist options
  • Save ryancbutler/44d0264bd46d3484d26b55cebb10d0cf to your computer and use it in GitHub Desktop.
Save ryancbutler/44d0264bd46d3484d26b55cebb10d0cf to your computer and use it in GitHub Desktop.
version: '2'
services:
cpx:
image: store/citrix/netscalercpx:12.0-56.20
tty: true
ports:
- "8888:8888" #VIP Port to be used
- "8080:80" #NSIP Mapping HTTP
- "8443:443" #NSIP Mapping HTTPS
- "8022:22" #NSIP Mapping SSH
- "8161:161" #NSIP Mapping SNMP
container_name: cpx
privileged: true
environment:
- EULA=yes
- NS_MGMT_SERVER=192.168.5.5 #MAS Server
- NS_MGMT_FINGER_PRINT=73:79:00:4F:46:10:52:B3:F7:30:56:88:FD:EE:61:A7:35:9A:A0:CF #System\System Administration\View SSL Certificate
- HOST=192.168.5.5 #DOCKER HOST IP
- NS_HTTP_PORT=8080
- NS_HTTPS_PORT=8443
- NS_SSH_PORT=8022
- NS_SNMP_PORT=8161
- NS_ROUTABLE=FALSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment