Skip to content

Instantly share code, notes, and snippets.

@exclusiveTanim
Created November 29, 2018 17:48
Show Gist options
  • Save exclusiveTanim/a152f7e1e6b5426943801f2bda19d665 to your computer and use it in GitHub Desktop.
Save exclusiveTanim/a152f7e1e6b5426943801f2bda19d665 to your computer and use it in GitHub Desktop.
SF_01019972 test log
[root@swarm-manager-ip-10-0-10-90 ec2-user]# docker service ls | grep tst-gateway
2hs8r9aiqf3k 5b4cdf47e7cfe4002f6ed27b_tst-gateway replicated 1/1 registry.cloudapp-enterprise.appcelerator.com/library/5b4cdf47e7cfe4002f6ed27b_tst-gateway_0.7.7_100000373_1543446098164 *:30387->80/tcp
[root@swarm-manager-ip-10-0-10-90 ec2-user]# docker service ps 2hs8r9aiqf3k| grep Running
ngbg9em9khue 5b4cdf47e7cfe4002f6ed27b_tst-gateway.1 registry.cloudapp-enterprise.appcelerator.com/library/5b4cdf47e7cfe4002f6ed27b_tst-gateway_0.7.7_100000373_1543446098164 apps-ip-10-0-11-22 Running Running 11 hours ago
[root@swarm-manager-ip-10-0-10-90 ec2-user]# docker service inspect 2hs8r9aiqf3k| grep ACS_URL| uniq
"NODE_ACS_URL=https://dcdfc73aa11d4164990a21bbc323ac4cfdb10859.cloudapp-enterprise.appcelerator.com",
[root@swarm-manager-ip-10-0-10-90 ec2-user]#
[root@swarm-manager-ip-10-0-10-90 ec2-user]#
[root@swarm-manager-ip-10-0-10-90 ec2-user]# docker service ls | grep acc-gateway
ay2zxh9nddvk 5b8d5ad2929dba052f209208_acc-gateway replicated 1/1 registry.cloudapp-enterprise.appcelerator.com/library/5b8d5ad2929dba052f209208_acc-gateway_0.7.7_100000373_1543439079843 *:31083->80/tcp
[root@swarm-manager-ip-10-0-10-90 ec2-user]# docker service ps ay2zxh9nddvk| grep Running
xdj13dg00wdg 5b8d5ad2929dba052f209208_acc-gateway.1 registry.cloudapp-enterprise.appcelerator.com/library/5b8d5ad2929dba052f209208_acc-gateway_0.7.7_100000373_1543439079843 apps-ip-10-0-10-170 Running Running 13 hours ago
[root@swarm-manager-ip-10-0-10-90 ec2-user]# docker service inspect ay2zxh9nddvk| grep ACS_URL| uniq
"NODE_ACS_URL=https://292e118500b1df107a4990cba5086a0b4beb23a2.cloudapp-enterprise.appcelerator.com",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment