Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.95 KB | None | 0 0
  1. ---
  2. # You can use this file to override _any_ variable throughout Kolla.
  3. # Additional options can be found in the 'kolla/group_vars/all.yml' file.
  4.  
  5. ###################
  6. # Kolla options
  7. ###################
  8. # Valid options are [ COPY_ONCE, COPY_ALWAYS ]
  9. #config_strategy: "COPY_ONCE"
  10.  
  11. # Valid options are [ centos, fedora, oraclelinux, ubuntu ]
  12. #kolla_base_distro: "centos"
  13.  
  14. # Valid options are [ binary, source ]
  15. #kolla_install_type: "binary"
  16.  
  17. # This should be a VIP, an unused IP on your network that will float between
  18. # the hosts running keepalived for high-availibility. When running an All-In-One
  19. # without haproxy and keepalived, this should be the first IP on your
  20. # 'network_interface' as set in the Networking section below.
  21. kolla_internal_address: "10.0.2.15"
  22.  
  23.  
  24. # The Public address used to communicate with Openstack as set in the public_url
  25. # for the endpoints that will be created. It defaults to kolla_internal_address
  26. # but can be overridden in your globals.yml to a public address. It is up to the
  27. # deployer to ensure that that public address maps to the environment correctly.
  28. # It is recommended to use a DNS name as well, but not required.
  29. #kolla_external_address: "{{ kolla_internal_address }}"
  30.  
  31.  
  32. ####################
  33. # Docker options
  34. ####################
  35. ### Example: Private repository with authentication
  36. #
  37. # docker_registry: "operator.local:5000"
  38. # docker_namespace: "lokolla"
  39. # docker_registry_username: "sam"
  40. # docker_registry_password: "correcthorsebatterystaple"
  41.  
  42.  
  43. ####################
  44. # Networking options
  45. ####################
  46. # This interface is what all your api services will be bound to by default.
  47. # Additionally, all vxlan/tunnel and storage network traffic will go over this
  48. # interface by default. This interface must contain an IPv4 address.
  49. network_interface: "enp0s3"
  50.  
  51. # These can be adjusted for even more customization. The default is the same as
  52. # the 'network_interface'. These interfaces must container an IPv4 address.
  53. #api_interface: "{{ network_interface }}"
  54. #storage_interface: "{{ network_interface }}"
  55. #tunnel_interface: "{{ network_interface }}"
  56.  
  57. # This is the raw interface given to neutron as its external network port. Even
  58. # though an IP address can exist on this interface, it will be unusable in most
  59. # configurations. It is recommended this interface not be configured with any IP
  60. # addresses for that reason.
  61. neutron_external_interface: "eth2"
  62.  
  63. # Valid options are [ openvswitch, linuxbridge ]
  64. #neutron_plugin_agent: "openvswitch"
  65.  
  66.  
  67. ####################
  68. # OpenStack options
  69. ####################
  70. # This option is used to specify the tag to use when pulling the Docker images
  71. #openstack_release: "1.0.0"
  72.  
  73.  
  74. # Use these options to set the various log levels across all OpenStack projects
  75. #openstack_logging_debug: "False"
  76.  
  77. # Valid options are [ novnc, spice ]
  78. #nova_console: "novnc"
  79.  
  80. # OpenStack services can be enabled or disabled with these options
  81. #enable_cinder: "yes"
  82. #enable_heat: "no"
  83. #enable_magnum: "no"
  84.  
  85.  
  86. ###################
  87. # Ceph options
  88. ###################
  89. # Ceph can be setup with a caching to improve performance. To use the cache you
  90. # must provide separate disks than those for the OSDs
  91. # ceph_use_cache: "no"
  92. # Valid options are [ forward, none, writeback ]
  93. # ceph_cache_mode: "writeback"
  94.  
  95. # A requirement for using the erasure-coded pools is you must setup a cache tier
  96. # Valid options are [ erasure, replicated ]
  97. # ceph_pool_type: "replicated"
  98. [root@operator kolla]# zile globals.yml
  99. [root@operator kolla]# cat globals.yml
  100. ---
  101. # You can use this file to override _any_ variable throughout Kolla.
  102. # Additional options can be found in the 'kolla/group_vars/all.yml' file.
  103.  
  104. ###################
  105. # Kolla options
  106. ###################
  107. # Valid options are [ COPY_ONCE, COPY_ALWAYS ]
  108. #config_strategy: "COPY_ONCE"
  109.  
  110. # Valid options are [ centos, fedora, oraclelinux, ubuntu ]
  111. #kolla_base_distro: "centos"
  112.  
  113. # Valid options are [ binary, source ]
  114. #kolla_install_type: "binary"
  115.  
  116. # This should be a VIP, an unused IP on your network that will float between
  117. # the hosts running keepalived for high-availibility. When running an All-In-One
  118. # without haproxy and keepalived, this should be the first IP on your
  119. # 'network_interface' as set in the Networking section below.
  120. kolla_internal_address: "10.0.2.15"
  121.  
  122.  
  123. # The Public address used to communicate with Openstack as set in the public_url
  124. # for the endpoints that will be created. It defaults to kolla_internal_address
  125. # but can be overridden in your globals.yml to a public address. It is up to the
  126. # deployer to ensure that that public address maps to the environment correctly.
  127. # It is recommended to use a DNS name as well, but not required.
  128. #kolla_external_address: "{{ kolla_internal_address }}"
  129.  
  130.  
  131. ####################
  132. # Docker options
  133. ####################
  134. ### Example: Private repository with authentication
  135. #
  136. # docker_registry: "operator.local:5000"
  137. # docker_namespace: "lokolla"
  138. # docker_registry_username: "sam"
  139. # docker_registry_password: "correcthorsebatterystaple"
  140.  
  141.  
  142. ####################
  143. # Networking options
  144. ####################
  145. # This interface is what all your api services will be bound to by default.
  146. # Additionally, all vxlan/tunnel and storage network traffic will go over this
  147. # interface by default. This interface must contain an IPv4 address.
  148. network_interface: "enp0s3"
  149.  
  150. # These can be adjusted for even more customization. The default is the same as
  151. # the 'network_interface'. These interfaces must container an IPv4 address.
  152. #api_interface: "{{ network_interface }}"
  153. #storage_interface: "{{ network_interface }}"
  154. #tunnel_interface: "{{ network_interface }}"
  155.  
  156. # This is the raw interface given to neutron as its external network port. Even
  157. # though an IP address can exist on this interface, it will be unusable in most
  158. # configurations. It is recommended this interface not be configured with any IP
  159. # addresses for that reason.
  160. neutron_external_interface: "eth2"
  161.  
  162. # Valid options are [ openvswitch, linuxbridge ]
  163. #neutron_plugin_agent: "openvswitch"
  164.  
  165.  
  166. ####################
  167. # OpenStack options
  168. ####################
  169. # This option is used to specify the tag to use when pulling the Docker images
  170. #openstack_release: "1.0.0"
  171.  
  172.  
  173. # Use these options to set the various log levels across all OpenStack projects
  174. #openstack_logging_debug: "False"
  175.  
  176. # Valid options are [ novnc, spice ]
  177. #nova_console: "novnc"
  178.  
  179. # OpenStack services can be enabled or disabled with these options
  180. #enable_cinder: "yes"
  181. #enable_heat: "no"
  182. #enable_magnum: "no"
  183.  
  184.  
  185. ###################
  186. # Ceph options
  187. ###################
  188. # Ceph can be setup with a caching to improve performance. To use the cache you
  189. # must provide separate disks than those for the OSDs
  190. # ceph_use_cache: "no"
  191. # Valid options are [ forward, none, writeback ]
  192. # ceph_cache_mode: "writeback"
  193.  
  194. # A requirement for using the erasure-coded pools is you must setup a cache tier
  195. # Valid options are [ erasure, replicated ]
  196. # ceph_pool_type: "replicated"
  197.  
  198.  
  199.  
  200. REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
  201. operator.local:5000/lokolla/centos-binary-mesos-slave 2.0.0 3cdbbd890b74 2 hours ago 572.7 MB
  202. operator.local:5000/lokolla/centos-binary-marathon 2.0.0 78f4bc245280 2 hours ago 702.8 MB
  203. operator.local:5000/lokolla/centos-binary-cinder-api 2.0.0 f2c6a2d7c881 2 hours ago 759.6 MB
  204. operator.local:5000/lokolla/centos-binary-chronos 2.0.0 e53e99acbfd6 2 hours ago 667 MB
  205. operator.local:5000/lokolla/centos-binary-nova-api 2.0.0 df8765d0dead 2 hours ago 578.7 MB
  206. operator.local:5000/lokolla/centos-binary-mesos-master 2.0.0 7a937890461f 2 hours ago 471.1 MB
  207. operator.local:5000/lokolla/centos-binary-nova-conductor 2.0.0 88cec65f9daf 2 hours ago 578.7 MB
  208. operator.local:5000/lokolla/centos-binary-glance-api 2.0.0 a10f3dd1ad00 2 hours ago 644.6 MB
  209. <none> <none> 2c515b36ed37 2 hours ago 471.1 MB
  210. operator.local:5000/lokolla/centos-binary-cinder-backup 2.0.0 e40e75488cee 2 hours ago 721.7 MB
  211. operator.local:5000/lokolla/centos-binary-manila-api 2.0.0 fe065746a673 2 hours ago 544 MB
  212. operator.local:5000/lokolla/centos-binary-mesos-base 2.0.0 b8ab942c3b7e 2 hours ago 471.1 MB
  213. operator.local:5000/lokolla/centos-binary-openvswitch-db-server 2.0.0 145d5f31c1da 2 hours ago 351.5 MB
  214. <none> <none> 9e2f0cf00262 2 hours ago 772.9 MB
  215. <none> <none> 156738f99319 2 hours ago 578.7 MB
  216. operator.local:5000/lokolla/centos-binary-manila-scheduler 2.0.0 fbb924f1c3a5 2 hours ago 544 MB
  217. operator.local:5000/lokolla/centos-binary-ironic-pxe 2.0.0 bd6e826909db 2 hours ago 554.3 MB
  218. operator.local:5000/lokolla/centos-binary-ironic-api 2.0.0 5b0d13ec957e 2 hours ago 550.6 MB
  219. <none> <none> 4645d9af7b4f 2 hours ago 667 MB
  220. <none> <none> d6dde0589651 2 hours ago 572.7 MB
  221. operator.local:5000/lokolla/centos-binary-ironic-discoverd 2.0.0 328bc03abc88 2 hours ago 540.8 MB
  222. operator.local:5000/lokolla/centos-binary-ironic-conductor 2.0.0 26034b3ccb03 2 hours ago 550.6 MB
  223. operator.local:5000/lokolla/centos-binary-heat-api 2.0.0 020847899caf 2 hours ago 544.9 MB
  224. <none> <none> 69d3fe4dc03a 2 hours ago 702.8 MB
  225. operator.local:5000/lokolla/centos-binary-heat-engine 2.0.0 95dfb5db4129 3 hours ago 544.9 MB
  226. operator.local:5000/lokolla/centos-binary-heat-api-cfn 2.0.0 7e329e3b61ae 3 hours ago 544.9 MB
  227. operator.local:5000/lokolla/centos-binary-neutron-metadata-agent 2.0.0 671552abafa8 3 hours ago 772.9 MB
  228. <none> <none> 266dce7c04c4 3 hours ago 471.1 MB
  229. operator.local:5000/lokolla/centos-binary-neutron-server 2.0.0 7107d8251aab 3 hours ago 772.9 MB
  230. operator.local:5000/lokolla/centos-binary-trove-api 2.0.0 bb699e11aa3c 3 hours ago 539 MB
  231. operator.local:5000/lokolla/centos-binary-neutron-dhcp-agent 2.0.0 c49535a66503 3 hours ago 772.9 MB
  232. operator.local:5000/lokolla/centos-binary-neutron-openvswitch-agent 2.0.0 b203a338f14c 3 hours ago 797.1 MB
  233. operator.local:5000/lokolla/centos-binary-neutron-l3-agent 2.0.0 ec7b99f2aea8 3 hours ago 772.9 MB
  234. operator.local:5000/lokolla/centos-binary-neutron-linuxbridge-agent 2.0.0 a586d2588ffb 3 hours ago 796.8 MB
  235. operator.local:5000/lokolla/centos-binary-designate-api 2.0.0 1aca57b19f1c 3 hours ago 545.3 MB
  236. operator.local:5000/lokolla/centos-binary-trove-taskmanager 2.0.0 e28fdc963291 3 hours ago 539 MB
  237. operator.local:5000/lokolla/centos-binary-trove-guestagent 2.0.0 1b2dacf9926a 3 hours ago 539.3 MB
  238. operator.local:5000/lokolla/centos-binary-trove-conductor 2.0.0 bc06e2e7d98d 3 hours ago 539 MB
  239. <none> <none> 93ece15a5c2f 3 hours ago 759.6 MB
  240. operator.local:5000/lokolla/centos-binary-designate-backend-bind9 2.0.0 d36bc6939096 3 hours ago 549.4 MB
  241. operator.local:5000/lokolla/centos-binary-designate-mdns 2.0.0 0023f44e9411 3 hours ago 545.3 MB
  242. operator.local:5000/lokolla/centos-binary-designate-sink 2.0.0 5c9845d72194 3 hours ago 545.3 MB
  243. operator.local:5000/lokolla/centos-binary-designate-poolmanager 2.0.0 02f963d9007a 3 hours ago 549.4 MB
  244. operator.local:5000/lokolla/centos-binary-magnum-api 2.0.0 120e5a6a544b 3 hours ago 644.8 MB
  245. operator.local:5000/lokolla/centos-binary-designate-central 2.0.0 9aca19f2c0c9 3 hours ago 545.3 MB
  246. operator.local:5000/lokolla/centos-binary-cinder-volume 2.0.0 58422056d43f 3 hours ago 748.1 MB
  247. operator.local:5000/lokolla/centos-binary-magnum-conductor 2.0.0 99453413e033 3 hours ago 745.5 MB
  248. operator.local:5000/lokolla/centos-binary-nova-compute 2.0.0 c68473ac53ff 3 hours ago 1.039 GB
  249. operator.local:5000/lokolla/centos-binary-ceilometer-api 2.0.0 d0b1f5f408eb 3 hours ago 558.3 MB
  250. operator.local:5000/lokolla/centos-binary-cinder-scheduler 2.0.0 7db2d688c58a 3 hours ago 721.7 MB
  251. <none> <none> 44a9ad301a0d 3 hours ago 721.7 MB
  252. operator.local:5000/lokolla/centos-binary-ceilometer-central 2.0.0 1f9ef657b13d 3 hours ago 571 MB
  253. operator.local:5000/lokolla/centos-binary-ceilometer-compute 2.0.0 135eeb2604b3 4 hours ago 573.2 MB
  254. operator.local:5000/lokolla/centos-binary-ceilometer-notification 2.0.0 1f80f497d578 4 hours ago 551.8 MB
  255. operator.local:5000/lokolla/centos-binary-ceilometer-collector 2.0.0 7b08ff21dbc8 4 hours ago 554.1 MB
  256. operator.local:5000/lokolla/centos-binary-aodh-api 2.0.0 c17a13472163 4 hours ago 550.4 MB
  257. operator.local:5000/lokolla/centos-binary-nova-compute-ironic 2.0.0 cd9efd4156a9 4 hours ago 993.4 MB
  258. operator.local:5000/lokolla/centos-binary-aodh-evaluator 2.0.0 0350103f442a 4 hours ago 550.4 MB
  259. operator.local:5000/lokolla/centos-binary-aodh-notifier 2.0.0 ea0288fe740c 4 hours ago 550.4 MB
  260. operator.local:5000/lokolla/centos-binary-aodh-listener 2.0.0 1a47937aa3d2 4 hours ago 550.4 MB
  261. operator.local:5000/lokolla/centos-binary-swift-rsyncd 2.0.0 2e562e4fbfeb 4 hours ago 504.2 MB
  262. operator.local:5000/lokolla/centos-binary-swift-proxy-server 2.0.0 95d32f81ecd9 4 hours ago 521.7 MB
  263. operator.local:5000/lokolla/centos-binary-swift-object 2.0.0 67ed35954c7f 4 hours ago 520.6 MB
  264. operator.local:5000/lokolla/centos-binary-swift-account 2.0.0 fb4559bb09d3 4 hours ago 520.6 MB
  265. operator.local:5000/lokolla/centos-binary-swift-container 2.0.0 822d920ac152 4 hours ago 520.9 MB
  266. operator.local:5000/lokolla/centos-binary-nova-scheduler 2.0.0 31a4f965d76a 4 hours ago 578.7 MB
  267. <none> <none> d4305532757a 4 hours ago 578.7 MB
  268. operator.local:5000/lokolla/centos-binary-nova-consoleauth 2.0.0 7560ffe5b67c 4 hours ago 578.8 MB
  269. operator.local:5000/lokolla/centos-binary-nova-network 2.0.0 b2bbced141be 4 hours ago 580.3 MB
  270. operator.local:5000/lokolla/centos-binary-nova-spicehtml5proxy 2.0.0 4c024eb8c995 4 hours ago 578.8 MB
  271. operator.local:5000/lokolla/centos-binary-nova-novncproxy 2.0.0 de77a906832c 4 hours ago 579.3 MB
  272. <none> <none> c5747c5ff5e1 4 hours ago 644.6 MB
  273. operator.local:5000/lokolla/centos-binary-manila-share 2.0.0 6880b4895d44 4 hours ago 593 MB
  274. <none> <none> 94c506a1ef45 4 hours ago 578.7 MB
  275. <none> <none> e85ce43a558f 4 hours ago 544 MB
  276. operator.local:5000/lokolla/centos-binary-keystone 2.0.0 295a3f27bb6e 4 hours ago 563.4 MB
  277. operator.local:5000/lokolla/centos-binary-zookeeper 2.0.0 e33503469d0e 4 hours ago 517 MB
  278. operator.local:5000/lokolla/centos-binary-glance-registry 2.0.0 3a2673e84a60 4 hours ago 644.6 MB
  279. <none> <none> d685803a2dfd 5 hours ago 544 MB
  280. operator.local:5000/lokolla/centos-binary-ironic-base 2.0.0 299bcadfe734 5 hours ago 532.3 MB
  281. operator.local:5000/lokolla/centos-binary-ceph-mon 2.0.0 7c041bbaa6c6 5 hours ago 521.7 MB
  282. <none> <none> 57794f98cc2d 5 hours ago 351.5 MB
  283. operator.local:5000/lokolla/centos-binary-ceph-osd 2.0.0 a9a5380a4e60 5 hours ago 521.7 MB
  284. operator.local:5000/lokolla/centos-binary-openvswitch-vswitchd 2.0.0 e65ad035e41d 5 hours ago 351.5 MB
  285. operator.local:5000/lokolla/centos-binary-heat-base 2.0.0 69fca1337abc 5 hours ago 526.6 MB
  286. operator.local:5000/lokolla/centos-binary-ceph-rgw 2.0.0 fbb6a0f4320c 5 hours ago 521.7 MB
  287. operator.local:5000/lokolla/centos-binary-neutron-base 2.0.0 7bbf5346fc73 5 hours ago 772.9 MB
  288. operator.local:5000/lokolla/centos-binary-trove-base 2.0.0 50897574a0c8 5 hours ago 520.7 MB
  289. operator.local:5000/lokolla/centos-binary-horizon 2.0.0 ae627a48a8ba 5 hours ago 619 MB
  290. operator.local:5000/lokolla/centos-binary-designate-base 2.0.0 373b71dcaed2 5 hours ago 527 MB
  291. operator.local:5000/lokolla/centos-binary-cinder-base 2.0.0 609d71dbd7c7 5 hours ago 721.7 MB
  292. operator.local:5000/lokolla/centos-binary-magnum-base 2.0.0 576ed62e6ed4 5 hours ago 624.4 MB
  293. operator.local:5000/lokolla/centos-binary-ceilometer-base 2.0.0 4ad8a732bc66 5 hours ago 533.1 MB
  294. operator.local:5000/lokolla/centos-binary-kolla-toolbox 2.0.0 5a2337356c9c 5 hours ago 556.1 MB
  295. operator.local:5000/lokolla/centos-binary-swift-base 2.0.0 d7b359602729 5 hours ago 502.5 MB
  296. operator.local:5000/lokolla/centos-binary-dind 2.0.0 8dd28f2df354 5 hours ago 474.9 MB
  297. operator.local:5000/lokolla/centos-binary-nova-libvirt 2.0.0 b25c89106829 5 hours ago 880.4 MB
  298. operator.local:5000/lokolla/centos-binary-nova-base 2.0.0 1dc7225c5d1b 5 hours ago 559.6 MB
  299. operator.local:5000/lokolla/centos-binary-glance-base 2.0.0 069dc324a503 5 hours ago 644.6 MB
  300. operator.local:5000/lokolla/centos-binary-manila-base 2.0.0 392158f4ee4b 5 hours ago 544 MB
  301. operator.local:5000/lokolla/centos-binary-zaqar 2.0.0 bf2e97c80df5 5 hours ago 510 MB
  302. operator.local:5000/lokolla/centos-binary-tempest 2.0.0 92e1cc8e4867 5 hours ago 565.8 MB
  303. operator.local:5000/lokolla/centos-binary-rabbitmq 2.0.0 47498b1bd4f0 5 hours ago 524.8 MB
  304. operator.local:5000/lokolla/centos-binary-mariadb 2.0.0 a59487f4c7b5 5 hours ago 718.9 MB
  305. operator.local:5000/lokolla/centos-binary-mongodb 2.0.0 f178b764273a 5 hours ago 511.6 MB
  306. operator.local:5000/lokolla/centos-binary-kibana 2.0.0 bf423bd284cd 5 hours ago 439.6 MB
  307. operator.local:5000/lokolla/centos-binary-ceph-base 2.0.0 1272c034243e 5 hours ago 521.7 MB
  308. operator.local:5000/lokolla/centos-binary-keepalived 2.0.0 5669c81bbfcc 5 hours ago 381.8 MB
  309. operator.local:5000/lokolla/centos-binary-openvswitch-base 2.0.0 6d803069ff50 6 hours ago 351.5 MB
  310. operator.local:5000/lokolla/centos-binary-memcached 2.0.0 9daf8ff4e2ef 6 hours ago 376.3 MB
  311. operator.local:5000/lokolla/centos-binary-rsyslog 2.0.0 3c947a17ed8c 6 hours ago 340.6 MB
  312. operator.local:5000/lokolla/centos-binary-mesosphere-base 2.0.0 51268509fb45 6 hours ago 354.4 MB
  313. operator.local:5000/lokolla/centos-binary-aodh-expirer 2.0.0 3c81b87f3288 6 hours ago 550.4 MB
  314. operator.local:5000/lokolla/centos-binary-aodh-base 2.0.0 23784db1d036 6 hours ago 531.8 MB
  315. operator.local:5000/lokolla/centos-binary-openstack-base 2.0.0 965337de863d 6 hours ago 474.9 MB
  316. <none> <none> eaad88c0d8d7 6 hours ago 644.6 MB
  317. <none> <none> 79756d95afa6 6 hours ago 578.7 MB
  318. <none> <none> e12d9082df08 6 hours ago 579.3 MB
  319. <none> <none> 0b696d8d7b0f 6 hours ago 593 MB
  320. <none> <none> 84a95f6527f6 6 hours ago 578.7 MB
  321. <none> <none> eedc2b148f03 6 hours ago 544 MB
  322. <none> <none> 9343f39e6728 6 hours ago 644.6 MB
  323. <none> <none> 9e6db2196b8d 6 hours ago 880.4 MB
  324. <none> <none> 6ebc271e29b9 6 hours ago 544 MB
  325. <none> <none> 4745a6496ad9 7 hours ago 510 MB
  326. <none> <none> 36bf40335a6a 7 hours ago 565.8 MB
  327. <none> <none> 218bfaff7744 7 hours ago 524.8 MB
  328. <none> <none> 7bc35409c6ec 7 hours ago 474.9 MB
  329. <none> <none> df5dd93551f0 7 hours ago 439.6 MB
  330. <none> <none> 0363836d78a1 7 hours ago 381.8 MB
  331. operator.local:5000/lokolla/centos-binary-haproxy 2.0.0 8d472dd5ae55 7 hours ago 339.8 MB
  332. <none> <none> 44c2fa009c59 7 hours ago 376.3 MB
  333. <none> <none> 641fe36091d3 7 hours ago 340.6 MB
  334. operator.local:5000/lokolla/centos-binary-base 2.0.0 edb352db2dca 7 hours ago 321.7 MB
  335. <none> <none> c0878ccbb489 7 hours ago 196.6 MB
  336. operator.local:5000/lokolla/centos-binary-data 2.0.0 93893d7dca54 7 hours ago 196.6 MB
  337. docker.io/registry 0.9.1 bdc26a966725 2 weeks ago 422.8 MB
  338. docker.io/centos latest 60e65a8e4030 6 weeks ago 196.6 MB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement