Skip to content

Instantly share code, notes, and snippets.

@pascalandy
Created February 13, 2016 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pascalandy/b7ccb5727645b2383dbf to your computer and use it in GitHub Desktop.
Save pascalandy/b7ccb5727645b2383dbf to your computer and use it in GitHub Desktop.
from https://developer.atlassian.com/blog/2015/12/atlassian-docker-orchestration/
---
Pascals-MacBook-Pro:orchestration pascalandy$ docker info
Containers: 5
Running: 4
Paused: 0
Stopped: 1
Images: 7
Role: primary
Strategy: spread
Filters: health, port, dependency, affinity, constraint
Nodes: 3
node1: 104.xxx.xx.xx:2376
└ Status: Healthy
└ Containers: 1
└ Reserved CPUs: 0 / 2
└ Reserved Memory: 0 B / 2.061 GiB
└ Labels: executiondriver=native-0.2, instance=java, kernelversion=3.16.0-4-amd64, operatingsystem=Debian GNU/Linux 8 (jessie), provider=digitalocean, storagedriver=aufs
└ Error: (none)
└ UpdatedAt: 2016-02-13T22:16:04Z
node2: 104.xxx.xx.xx:2376
└ Status: Healthy
└ Containers: 2
└ Reserved CPUs: 0 / 1
└ Reserved Memory: 0 B / 519.2 MiB
└ Labels: executiondriver=native-0.2, instance=db, kernelversion=3.16.0-4-amd64, operatingsystem=Debian GNU/Linux 8 (jessie), provider=digitalocean, storagedriver=aufs
└ Error: (none)
└ UpdatedAt: 2016-02-13T22:15:47Z
swarm-master: 104.xxx.xx.xx:2376
└ Status: Healthy
└ Containers: 2
└ Reserved CPUs: 0 / 1
└ Reserved Memory: 0 B / 519.2 MiB
└ Labels: executiondriver=native-0.2, instance=sw-master, kernelversion=3.16.0-4-amd64, operatingsystem=Debian GNU/Linux 8 (jessie), provider=digitalocean, storagedriver=aufs
└ Error: (none)
└ UpdatedAt: 2016-02-13T22:15:45Z
Plugins:
Volume:
Network:
Kernel Version: 3.16.0-4-amd64
Operating System: linux
Architecture: amd64
CPUs: 4
Total Memory: 3.075 GiB
Name: swarm-master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment