Last active
October 28, 2016 22:05
-
-
Save mustafaakin/675e459a32361bbf7d56631efa90f533 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ eval $(docker-machine env --swarm mhs-demo0-vb) | |
$ docker info | |
Containers: 60 | |
Images: 7 | |
Role: primary | |
Strategy: spread | |
Filters: health, port, dependency, affinity, constraint | |
Nodes: 2 | |
mhs-demo0-vb: 192.168.99.101:2376 | |
└ Containers: 16 | |
└ Reserved CPUs: 0 / 1 | |
└ Reserved Memory: 0 B / 1.021 GiB | |
└ Labels: executiondriver=native-0.2, kernelversion=4.1.13-boot2docker, operatingsystem=Boot2Docker 1.9.1 (TCL 6.4.1); master : cef800b - Fri Nov 20 19:33:59 UTC 2015, provider=virtualbox, storagedriver=aufs | |
mhs-demo1-vb: 192.168.99.102:2376 | |
└ Containers: 44 | |
└ Reserved CPUs: 0 / 1 | |
└ Reserved Memory: 0 B / 1.021 GiB | |
└ Labels: executiondriver=native-0.2, kernelversion=4.1.13-boot2docker, operatingsystem=Boot2Docker 1.9.1 (TCL 6.4.1); master : cef800b - Fri Nov 20 19:33:59 UTC 2015, provider=virtualbox, storagedriver=aufs | |
CPUs: 2 | |
Total Memory: 2.043 GiB | |
Name: 8d66756b3509 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment