Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ############ In parent container
  2. root@d81c86c41170:/home/jenkins# docker info
  3. Containers: 0
  4. Running: 0
  5. Paused: 0
  6. Stopped: 0
  7. Images: 0
  8. Server Version: 17.10.0-ce
  9. Storage Driver: vfs
  10. Logging Driver: json-file
  11. Cgroup Driver: cgroupfs
  12. Plugins:
  13. Volume: local
  14. Network: bridge host macvlan null overlay
  15. Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
  16. Swarm: inactive
  17. Runtimes: runc
  18. Default Runtime: runc
  19. Init Binary: docker-init
  20. containerd version: 06b9cb35161009dcb7123345749fef02f7cea8e0
  21. runc version: 0351df1c5a66838d0c392b4ac4cf9450de844e2d
  22. init version: 949e6fa
  23. Security Options:
  24. seccomp
  25. Profile: default
  26. Kernel Version: 4.4.51-40.58.amzn1.x86_64
  27. Operating System: Ubuntu 16.04.1 LTS (containerized)
  28. OSType: linux
  29. Architecture: x86_64
  30. CPUs: 4
  31. Total Memory: 15.67GiB
  32. Name: d81c86c41170
  33. ID: 2BKJ:4MRA:QC6X:O4FG:CZG2:GAQN:PQFK:MTYG:ETL6:WPSP:HMJ4:SM3B
  34. Docker Root Dir: /var/lib/docker
  35. Debug Mode (client): false
  36. Debug Mode (server): false
  37. Registry: https://index.docker.io/v1/
  38. Experimental: false
  39. Insecure Registries:
  40. 127.0.0.0/8
  41. Live Restore Enabled: false
  42.  
  43.  
  44. ################## In Docker host(ECS) #######################
  45.  
  46. [ec2-user@ip-10-124-2-189 ~]$ docker info
  47. Containers: 2
  48. Running: 2
  49. Paused: 0
  50. Stopped: 0
  51. Images: 4
  52. Server Version: 1.12.6
  53. Storage Driver: devicemapper
  54. Pool Name: docker-docker--pool
  55. Pool Blocksize: 524.3 kB
  56. Base Device Size: 21.47 GB
  57. Backing Filesystem: ext4
  58. Data file:
  59. Metadata file:
  60. Data Space Used: 6.817 GB
  61. Data Space Total: 37.16 GB
  62. Data Space Available: 30.34 GB
  63. Metadata Space Used: 3.789 MB
  64. Metadata Space Total: 37.75 MB
  65. Metadata Space Available: 33.96 MB
  66. Thin Pool Minimum Free Space: 3.716 GB
  67. Udev Sync Supported: true
  68. Deferred Removal Enabled: true
  69. Deferred Deletion Enabled: true
  70. Deferred Deleted Device Count: 0
  71. Library Version: 1.02.93-RHEL7 (2015-01-28)
  72. Logging Driver: json-file
  73. Cgroup Driver: cgroupfs
  74. Plugins:
  75. Volume: local
  76. Network: overlay host bridge null
  77. Swarm: inactive
  78. Runtimes: runc
  79. Default Runtime: runc
  80. Security Options:
  81. Kernel Version: 4.4.51-40.58.amzn1.x86_64
  82. Operating System: Amazon Linux AMI 2016.09
  83. OSType: linux
  84. Architecture: x86_64
  85. CPUs: 4
  86. Total Memory: 15.67 GiB
  87. Name: ip-10-124-2-189
  88. ID: YI27:XPTI:7D7X:UT3Q:UIMY:RSXJ:UYKC:CUZS:YKBI:MKBF:XQ5R:MFBN
  89. Docker Root Dir: /var/lib/docker
  90. Debug Mode (client): false
  91. Debug Mode (server): false
  92. Registry: https://index.docker.io/v1/
  93. Insecure Registries:
  94. 127.0.0.0/8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement