Skip to content

Instantly share code, notes, and snippets.

@anshdivu
Created April 29, 2016 15:17
Show Gist options
  • Save anshdivu/3685b137daf08ad7030f19b3fc748c1b to your computer and use it in GitHub Desktop.
Save anshdivu/3685b137daf08ad7030f19b3fc748c1b to your computer and use it in GitHub Desktop.
core@core-01 ~ $ docker version
Client:
Version: 1.9.1
API version: 1.21
Go version: go1.4.3
Git commit: 9894698
Built:
OS/Arch: linux/amd64
Server:
Version: 1.9.1
API version: 1.21
Go version: go1.4.3
Git commit: 9894698
Built:
OS/Arch: linux/amd64
core@core-01 ~ $ docker info
Containers: 7
Images: 137
Server Version: 1.9.1
Storage Driver: btrfs
Build Version: Btrfs v4.2.2
Library Version: 101
Execution Driver: native-0.2
Logging Driver: json-file
Kernel Version: 4.3.6-coreos
Operating System: CoreOS 899.15.0
CPUs: 1
Total Memory: 3.864 GiB
Name: core-01
ID: MWL2:CW7X:LTQM:NUWA:H7LC:BFJU:EMIF:HHTO:74Q7:FD6Q:WLDS:ZDN3
core@core-01 ~ $ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7f13688a355d 192.168.5.250:5000/c2fo-prod-dump "/docker-entrypoint.s" 11 days ago Up 40 minutes 0.0.0.0:5432->5432/tcp reverent_pike
07bfb6db07dc quay.io/c2fo/backing-apps:rabbitmq-3.5.6 "/bin/bash -c /root/l" 13 days ago Up 40 minutes 0.0.0.0:5673->5672/tcp, 0.0.0.0:15673->15672/tcp c2fo_test_rabbit
6614ec21fb11 quay.io/c2fo/backing-apps:rabbitmq-3.5.6 "/bin/bash -c /root/l" 13 days ago Up 40 minutes 0.0.0.0:5672->5672/tcp, 0.0.0.0:15672->15672/tcp c2fo_rabbit
39d823412007 quay.io/c2fo/backing-apps:mongo-3.0.7 "/bin/bash -c /root/l" 13 days ago Up 40 minutes 28017/tcp, 0.0.0.0:27018->27017/tcp c2fo_test_mongo
d1afef7a097c quay.io/c2fo/backing-apps:mongo-3.0.7 "/bin/bash -c /root/l" 13 days ago Up 40 minutes 0.0.0.0:27017->27017/tcp, 28017/tcp c2fo_mongo
49cd4920aeea quay.io/c2fo/backing-apps:redis-2.6.17 "/bin/bash -c '/tmp/l" 13 days ago Up 40 minutes 0.0.0.0:6380->6379/tcp c2fo_test_redis
85154a5cc3ee quay.io/c2fo/backing-apps:redis-2.6.17 "/bin/bash -c '/tmp/l" 13 days ago Up 40 minutes 0.0.0.0:6379->6379/tcp c2fo_redis
core@core-01 ~ $ docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
192.168.5.250:5000/c2fo-prod-dump latest 065552a310dd 2 weeks ago 35.46 GB
quay.io/c2fo/backing-apps postgresql-9.4.6 ee8a8d69522b 2 weeks ago 395.4 MB
<none> <none> 9047e0e60b09 3 weeks ago 34.96 GB
quay.io/c2fo/backing-apps redis-2.6.17 3708891c9fe3 4 months ago 164.5 MB
quay.io/c2fo/backing-apps rabbitmq-3.5.6 90cfdd0dc3c2 4 months ago 317.5 MB
quay.io/c2fo/backing-apps mongo-3.0.7 c90dd0723635 4 months ago 324.6 MB
core@core-01 ~ $ df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 2.0G 0 2.0G 0% /dev
tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs 2.0G 656K 2.0G 1% /run
tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
/dev/sda9 16G 40M 15G 1% /
/dev/sda3 985M 531M 404M 57% /usr
tmpfs 2.0G 0 2.0G 0% /tmp
tmpfs 2.0G 0 2.0G 0% /media
/dev/sda1 128M 36M 93M 28% /boot
/dev/sda6 108M 92K 99M 1% /usr/share/oem
/dev/sdb 100G 75G 25G 76% /var/lib/docker
172.17.8.1:/Users/divi/Developer 465G 392G 74G 85% /home/core/workspace
core@core-01 ~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment