docker-api 1.10.0 → 1.10.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae38f1bdc602ab9802d9681ab1aae61806e482a5
4
- data.tar.gz: d4bc1943fcb11a86c7cf70c51bcdfb461c7dad3c
3
+ metadata.gz: 6598caeead8653ee49e688ed7ed63d9e4bc2880a
4
+ data.tar.gz: 236db0a99f04fa4c6c0219005e4cea823cd81d07
5
5
  SHA512:
6
- metadata.gz: 9e1146df6a6f745a76826ccf44267eaa4c7832bafb2e95e51e73662bce61dff5e4cc4cd4c580bf4f7572cc83ea4c79fd2801e69c2ffc44387bd898c308553749
7
- data.tar.gz: 0274c606ef879b2bde32251550a3dbbd3b0f83499ef53caecf6461ae903ac288dbb8978d953c9228f4f4e80aaafd788245efc17cfb5f7382b4bc95a3ef606f6a
6
+ metadata.gz: 7323ff5a247fbadf172a8fd09f88d0255147afe7a2260930b2a14fd644f528cbaaccd854832ee22942475eee4ba49cb7c2e73988e23dc6930b633aae0735427a
7
+ data.tar.gz: 799cd3c21fae7051869f5e745e35caa136f9709d4cc7a64979255197eab8057d76b164008ec30d7f22a539981fdce6c716fa119a60fb28da4995dbc5f9759fa1
data/lib/docker/base.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # This class is a base class for Docker Container and Image.
2
2
  # It is implementing accessor methods for the models attributes.
3
- class Docker::Base
3
+ module Docker::Base
4
4
  include Docker::Error
5
5
 
6
6
  attr_accessor :connection, :info
@@ -1,6 +1,7 @@
1
1
  # This class represents a Docker Container. It's important to note that nothing
2
2
  # is cached so that the information is always up to date.
3
- class Docker::Container < Docker::Base
3
+ class Docker::Container
4
+ include Docker::Base
4
5
 
5
6
  # Return a List of Hashes that represents the top running processes.
6
7
  def top(opts = {})
data/lib/docker/image.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  # This class represents a Docker Image.
2
- class Docker::Image < Docker::Base
2
+ class Docker::Image
3
+ include Docker::Base
3
4
 
4
5
  # Given a command and optional list of streams to attach to, run a command on
5
6
  # an Image. This will not modify the Image, but rather create a new Container
@@ -92,6 +93,16 @@ class Docker::Image < Docker::Base
92
93
  end
93
94
  end
94
95
 
96
+ # Update the @info hash, which is the only mutable state in this object.
97
+ def refresh!
98
+ img = Docker::Image.all(:all => true).find { |image|
99
+ image.id.start_with?(self.id) || self.id.start_with?(image.id)
100
+ }
101
+ info.merge!(self.json)
102
+ img && info.merge!(img.info)
103
+ self
104
+ end
105
+
95
106
  class << self
96
107
 
97
108
  # Create a new Image.
@@ -1,6 +1,6 @@
1
1
  module Docker
2
2
  # The version of the docker-api gem.
3
- VERSION = '1.10.0'
3
+ VERSION = '1.10.1'
4
4
 
5
5
  # The version of the compatible Docker remote API.
6
6
  API_VERSION = '1.10'
@@ -200,6 +200,16 @@ describe Docker::Image do
200
200
  end
201
201
  end
202
202
 
203
+ describe '#refresh!' do
204
+ let(:image) { Docker::Image.create('fromImage' => 'base') }
205
+
206
+ it 'updates the @info hash', :vcr do
207
+ size = image.info.size
208
+ image.refresh!
209
+ image.info.size.should be > size
210
+ end
211
+ end
212
+
203
213
  describe '.create' do
204
214
  subject { described_class }
205
215
 
@@ -0,0 +1,282 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: unix:///var/run/docker.sock/v1.10/images/create?fromImage=base
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - Swipely/Docker-API 1.10.0
12
+ Content-Type:
13
+ - text/plain
14
+ response:
15
+ status:
16
+ code: 200
17
+ message:
18
+ headers:
19
+ Content-Type:
20
+ - application/json
21
+ Date:
22
+ - Wed, 12 Mar 2014 20:07:33 GMT
23
+ Connection:
24
+ - close
25
+ Transfer-Encoding:
26
+ - ''
27
+ body:
28
+ encoding: UTF-8
29
+ string: "{\"status\":\"Pulling repository base\"}\r\n{\"status\":\"Pulling image
30
+ (ubuntu-quantl) from base\",\"progressDetail\":{},\"id\":\"b750fe79269d\"}{\"status\":\"Pulling
31
+ image (ubuntu-quantl) from base, endpoint: https://cdn-registry-1.docker.io/v1/\",\"progressDetail\":{},\"id\":\"b750fe79269d\"}{\"status\":\"Pulling
32
+ dependent layers\",\"progressDetail\":{},\"id\":\"b750fe79269d\"}{\"status\":\"Pulling
33
+ metadata\",\"progressDetail\":{},\"id\":\"27cf78414709\"}{\"status\":\"Pulling
34
+ fs layer\",\"progressDetail\":{},\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":528384,\"total\":94863360,\"start\":1394654855},\"progress\":\"[\\u003e
35
+ \ ] 528.4 kB/94.86 MB 1m56s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1056768,\"total\":94863360,\"start\":1394654855},\"progress\":\"[\\u003e
36
+ \ ] 1.057 MB/94.86 MB 1m3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":1585152,\"total\":94863360,\"start\":1394654855},\"progress\":\"[\\u003e
37
+ \ ] 1.585 MB/94.86 MB 46s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2113536,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=\\u003e
38
+ \ ] 2.114 MB/94.86 MB 38s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":2641920,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=\\u003e
39
+ \ ] 2.642 MB/94.86 MB 32s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3170304,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=\\u003e
40
+ \ ] 3.17 MB/94.86 MB 28s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":3698688,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=\\u003e
41
+ \ ] 3.699 MB/94.86 MB 25s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4227072,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==\\u003e
42
+ \ ] 4.227 MB/94.86 MB 23s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4755456,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==\\u003e
43
+ \ ] 4.755 MB/94.86 MB 21s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5283840,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==\\u003e
44
+ \ ] 5.284 MB/94.86 MB 20s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":5812224,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===\\u003e
45
+ \ ] 5.812 MB/94.86 MB 18s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6340608,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===\\u003e
46
+ \ ] 6.341 MB/94.86 MB 17s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":6868992,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===\\u003e
47
+ \ ] 6.869 MB/94.86 MB 17s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7397376,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===\\u003e
48
+ \ ] 7.397 MB/94.86 MB 16s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":7925760,\"total\":94863360,\"start\":1394654855},\"progress\":\"[====\\u003e
49
+ \ ] 7.926 MB/94.86 MB 15s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8454144,\"total\":94863360,\"start\":1394654855},\"progress\":\"[====\\u003e
50
+ \ ] 8.454 MB/94.86 MB 15s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":8982528,\"total\":94863360,\"start\":1394654855},\"progress\":\"[====\\u003e
51
+ \ ] 8.983 MB/94.86 MB 15s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":9510912,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=====\\u003e
52
+ \ ] 9.511 MB/94.86 MB 14s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10039296,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=====\\u003e
53
+ \ ] 10.04 MB/94.86 MB 14s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":10567680,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=====\\u003e
54
+ \ ] 10.57 MB/94.86 MB 13s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11096064,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=====\\u003e
55
+ \ ] 11.1 MB/94.86 MB 13s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":11624448,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======\\u003e
56
+ \ ] 11.62 MB/94.86 MB 13s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12152832,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======\\u003e
57
+ \ ] 12.15 MB/94.86 MB 12s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":12681216,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======\\u003e
58
+ \ ] 12.68 MB/94.86 MB 12s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":13209600,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======\\u003e
59
+ \ ] 13.21 MB/94.86 MB 12s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":13737984,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=======\\u003e
60
+ \ ] 13.74 MB/94.86 MB 11s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":14266368,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=======\\u003e
61
+ \ ] 14.27 MB/94.86 MB 11s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":14794752,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=======\\u003e
62
+ \ ] 14.79 MB/94.86 MB 11s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":15323136,\"total\":94863360,\"start\":1394654855},\"progress\":\"[========\\u003e
63
+ \ ] 15.32 MB/94.86 MB 10s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":15851520,\"total\":94863360,\"start\":1394654855},\"progress\":\"[========\\u003e
64
+ \ ] 15.85 MB/94.86 MB 10s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":16379904,\"total\":94863360,\"start\":1394654855},\"progress\":\"[========\\u003e
65
+ \ ] 16.38 MB/94.86 MB 10s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":16908288,\"total\":94863360,\"start\":1394654855},\"progress\":\"[========\\u003e
66
+ \ ] 16.91 MB/94.86 MB 10s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":17436672,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=========\\u003e
67
+ \ ] 17.44 MB/94.86 MB 10s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":17965056,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=========\\u003e
68
+ \ ] 17.97 MB/94.86 MB 9s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":18493440,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=========\\u003e
69
+ \ ] 18.49 MB/94.86 MB 9s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19021824,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==========\\u003e
70
+ \ ] 19.02 MB/94.86 MB 9s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":19550208,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==========\\u003e
71
+ \ ] 19.55 MB/94.86 MB 9s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":20078592,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==========\\u003e
72
+ \ ] 20.08 MB/94.86 MB 9s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":20606976,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==========\\u003e
73
+ \ ] 20.61 MB/94.86 MB 9s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21135360,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========\\u003e
74
+ \ ] 21.14 MB/94.86 MB 8s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":21663744,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========\\u003e
75
+ \ ] 21.66 MB/94.86 MB 8s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22192128,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========\\u003e
76
+ \ ] 22.19 MB/94.86 MB 8s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":22720512,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========\\u003e
77
+ \ ] 22.72 MB/94.86 MB 8s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":23248896,\"total\":94863360,\"start\":1394654855},\"progress\":\"[============\\u003e
78
+ \ ] 23.25 MB/94.86 MB 8s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":23777280,\"total\":94863360,\"start\":1394654855},\"progress\":\"[============\\u003e
79
+ \ ] 23.78 MB/94.86 MB 8s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":24305664,\"total\":94863360,\"start\":1394654855},\"progress\":\"[============\\u003e
80
+ \ ] 24.31 MB/94.86 MB 8s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":24834048,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=============\\u003e
81
+ \ ] 24.83 MB/94.86 MB 8s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":25362432,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=============\\u003e
82
+ \ ] 25.36 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":25890816,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=============\\u003e
83
+ \ ] 25.89 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":26419200,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=============\\u003e
84
+ \ ] 26.42 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":26947584,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==============\\u003e
85
+ \ ] 26.95 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":27475968,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==============\\u003e
86
+ \ ] 27.48 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":28004352,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==============\\u003e
87
+ \ ] 28 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":28532736,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===============\\u003e
88
+ \ ] 28.53 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":29061120,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===============\\u003e
89
+ \ ] 29.06 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":29589504,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===============\\u003e
90
+ \ ] 29.59 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":30117888,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===============\\u003e
91
+ \ ] 30.12 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":30646272,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================\\u003e
92
+ \ ] 30.65 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":31174656,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================\\u003e
93
+ \ ] 31.17 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":31703040,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================\\u003e
94
+ \ ] 31.7 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":32231424,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================\\u003e
95
+ \ ] 32.23 MB/94.86 MB 7s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":32759808,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=================\\u003e
96
+ \ ] 32.76 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":33288192,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=================\\u003e
97
+ \ ] 33.29 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":33816576,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=================\\u003e
98
+ \ ] 33.82 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34344960,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==================\\u003e
99
+ \ ] 34.34 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":34873344,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==================\\u003e
100
+ \ ] 34.87 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":35401728,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==================\\u003e
101
+ \ ] 35.4 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":35930112,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==================\\u003e
102
+ \ ] 35.93 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":36458496,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===================\\u003e
103
+ \ ] 36.46 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":36986880,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===================\\u003e
104
+ \ ] 36.99 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":37515264,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===================\\u003e
105
+ \ ] 37.52 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":38043648,\"total\":94863360,\"start\":1394654855},\"progress\":\"[====================\\u003e
106
+ \ ] 38.04 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":38572032,\"total\":94863360,\"start\":1394654855},\"progress\":\"[====================\\u003e
107
+ \ ] 38.57 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":39100416,\"total\":94863360,\"start\":1394654855},\"progress\":\"[====================\\u003e
108
+ \ ] 39.1 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":39628800,\"total\":94863360,\"start\":1394654855},\"progress\":\"[====================\\u003e
109
+ \ ] 39.63 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":40157184,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=====================\\u003e
110
+ \ ] 40.16 MB/94.86 MB 6s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":40685568,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=====================\\u003e
111
+ \ ] 40.69 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":41213952,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=====================\\u003e
112
+ \ ] 41.21 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":41742336,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======================\\u003e
113
+ \ ] 41.74 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":42270720,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======================\\u003e
114
+ \ ] 42.27 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":42799104,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======================\\u003e
115
+ \ ] 42.8 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":43327488,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======================\\u003e
116
+ \ ] 43.33 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":43855872,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=======================\\u003e
117
+ \ ] 43.86 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":44383585,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=======================\\u003e
118
+ \ ] 44.38 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":44908544,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=======================\\u003e
119
+ \ ] 44.91 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":45436928,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=======================\\u003e
120
+ \ ] 45.44 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":45965312,\"total\":94863360,\"start\":1394654855},\"progress\":\"[========================\\u003e
121
+ \ ] 45.97 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":46493696,\"total\":94863360,\"start\":1394654855},\"progress\":\"[========================\\u003e
122
+ \ ] 46.49 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":47022080,\"total\":94863360,\"start\":1394654855},\"progress\":\"[========================\\u003e
123
+ \ ] 47.02 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":47550464,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=========================\\u003e
124
+ \ ] 47.55 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":48078848,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=========================\\u003e
125
+ \ ] 48.08 MB/94.86 MB 5s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":48607232,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=========================\\u003e
126
+ \ ] 48.61 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":49135616,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=========================\\u003e
127
+ \ ] 49.14 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":49664000,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==========================\\u003e
128
+ \ ] 49.66 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":50189521,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==========================\\u003e
129
+ \ ] 50.19 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":50716672,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==========================\\u003e
130
+ \ ] 50.72 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":51245056,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========================\\u003e
131
+ \ ] 51.25 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":51769791,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========================\\u003e
132
+ \ ] 51.77 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":52297728,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========================\\u003e
133
+ \ ] 52.3 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":52826112,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========================\\u003e
134
+ \ ] 52.83 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":53350594,\"total\":94863360,\"start\":1394654855},\"progress\":\"[============================\\u003e
135
+ \ ] 53.35 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":53878346,\"total\":94863360,\"start\":1394654855},\"progress\":\"[============================\\u003e
136
+ \ ] 53.88 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":54403072,\"total\":94863360,\"start\":1394654855},\"progress\":\"[============================\\u003e
137
+ \ ] 54.4 MB/94.86 MB 4s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":54931701,\"total\":94863360,\"start\":1394654855},\"progress\":\"[============================\\u003e
138
+ \ ] 54.93 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":55459840,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=============================\\u003e
139
+ \ ] 55.46 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":55988224,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=============================\\u003e
140
+ \ ] 55.99 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":56515076,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=============================\\u003e
141
+ \ ] 56.52 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":57041490,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==============================\\u003e
142
+ \ ] 57.04 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":57567530,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==============================\\u003e
143
+ \ ] 57.57 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":58097101,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==============================\\u003e
144
+ \ ] 58.1 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":58621952,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==============================\\u003e
145
+ \ ] 58.62 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":59150825,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===============================\\u003e
146
+ \ ] 59.15 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":59679759,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===============================\\u003e
147
+ \ ] 59.68 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":60206135,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===============================\\u003e
148
+ \ ] 60.21 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":60731390,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================================\\u003e
149
+ \ ] 60.73 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":61256241,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================================\\u003e
150
+ \ ] 61.26 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":61783624,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================================\\u003e
151
+ \ ] 61.78 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":62308352,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================================\\u003e
152
+ \ ] 62.31 MB/94.86 MB 3s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":62835962,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=================================\\u003e
153
+ \ ] 62.84 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":63365985,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=================================\\u003e
154
+ \ ] 63.37 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":63897600,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=================================\\u003e
155
+ \ ] 63.9 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":64425984,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=================================\\u003e
156
+ \ ] 64.43 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":64951547,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==================================\\u003e
157
+ \ ] 64.95 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":65477287,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==================================\\u003e
158
+ \ ] 65.48 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":66002838,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==================================\\u003e
159
+ \ ] 66 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":66527232,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===================================\\u003e
160
+ \ ] 66.53 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":67058428,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===================================\\u003e
161
+ \ ] 67.06 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":67585551,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===================================\\u003e
162
+ \ ] 67.59 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":68113131,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===================================\\u003e
163
+ \ ] 68.11 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":68639112,\"total\":94863360,\"start\":1394654855},\"progress\":\"[====================================\\u003e
164
+ \ ] 68.64 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":69167384,\"total\":94863360,\"start\":1394654855},\"progress\":\"[====================================\\u003e
165
+ \ ] 69.17 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":69692312,\"total\":94863360,\"start\":1394654855},\"progress\":\"[====================================\\u003e
166
+ \ ] 69.69 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":70218071,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=====================================\\u003e
167
+ \ ] 70.22 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":70743386,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=====================================\\u003e
168
+ \ ] 70.74 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":71270400,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=====================================\\u003e
169
+ \ ] 71.27 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":71798784,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=====================================\\u003e
170
+ \ ] 71.8 MB/94.86 MB 2s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":72324928,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======================================\\u003e
171
+ \ ] 72.32 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":72851258,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======================================\\u003e
172
+ \ ] 72.85 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":73375744,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======================================\\u003e
173
+ \ ] 73.38 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":73904091,\"total\":94863360,\"start\":1394654855},\"progress\":\"[======================================\\u003e
174
+ \ ] 73.9 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":74428416,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=======================================\\u003e
175
+ \ ] 74.43 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":74952715,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=======================================\\u003e
176
+ \ ] 74.95 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":75478532,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=======================================\\u003e
177
+ \ ] 75.48 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":76006647,\"total\":94863360,\"start\":1394654855},\"progress\":\"[========================================\\u003e
178
+ \ ] 76.01 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":76533760,\"total\":94863360,\"start\":1394654855},\"progress\":\"[========================================\\u003e
179
+ \ ] 76.53 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":77067779,\"total\":94863360,\"start\":1394654855},\"progress\":\"[========================================\\u003e
180
+ \ ] 77.07 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":77594624,\"total\":94863360,\"start\":1394654855},\"progress\":\"[========================================\\u003e
181
+ \ ] 77.59 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":78124063,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=========================================\\u003e
182
+ \ ] 78.12 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":78651392,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=========================================\\u003e
183
+ \ ] 78.65 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":79184834,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=========================================\\u003e
184
+ \ ] 79.18 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":79711231,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==========================================\\u003e
185
+ \ ] 79.71 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":80239069,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==========================================\\u003e
186
+ \ ] 80.24 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":80764928,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==========================================\\u003e
187
+ \ ] 80.76 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":81290784,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==========================================\\u003e
188
+ \ ] 81.29 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":81819342,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========================================\\u003e
189
+ \ ] 81.82 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":82344206,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========================================\\u003e
190
+ \ ] 82.34 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":82869115,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========================================\\u003e
191
+ \ ] 82.87 MB/94.86 MB 1s\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":83393910,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===========================================\\u003e
192
+ \ ] 83.39 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":83918848,\"total\":94863360,\"start\":1394654855},\"progress\":\"[============================================\\u003e
193
+ \ ] 83.92 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":84447232,\"total\":94863360,\"start\":1394654855},\"progress\":\"[============================================\\u003e
194
+ \ ] 84.45 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":84975616,\"total\":94863360,\"start\":1394654855},\"progress\":\"[============================================\\u003e
195
+ \ ] 84.98 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":85506859,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=============================================\\u003e
196
+ \ ] 85.51 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":86032106,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=============================================\\u003e
197
+ \ ] 86.03 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":86559316,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=============================================\\u003e
198
+ \ ] 86.56 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":87086158,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=============================================\\u003e
199
+ \ ] 87.09 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":87612662,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==============================================\\u003e
200
+ \ ] 87.61 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":88138808,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==============================================\\u003e
201
+ \ ] 88.14 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":88666236,\"total\":94863360,\"start\":1394654855},\"progress\":\"[==============================================\\u003e
202
+ \ ] 88.67 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":89191986,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===============================================\\u003e
203
+ \ ] 89.19 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":89718784,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===============================================\\u003e
204
+ \ ] 89.72 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90247168,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===============================================\\u003e
205
+ \ ] 90.25 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":90775552,\"total\":94863360,\"start\":1394654855},\"progress\":\"[===============================================\\u003e
206
+ \ ] 90.78 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":91307188,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================================================\\u003e
207
+ \ ] 91.31 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":91833442,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================================================\\u003e
208
+ \ ] 91.83 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":92360704,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================================================\\u003e
209
+ \ ] 92.36 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":92889088,\"total\":94863360,\"start\":1394654855},\"progress\":\"[================================================\\u003e
210
+ \ ] 92.89 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":93419433,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=================================================\\u003e
211
+ ] 93.42 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":93945856,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=================================================\\u003e
212
+ ] 93.95 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":94474240,\"total\":94863360,\"start\":1394654855},\"progress\":\"[=================================================\\u003e
213
+ ] 94.47 MB/94.86 MB 0\",\"id\":\"27cf78414709\"}{\"status\":\"Download complete\",\"progressDetail\":{},\"id\":\"27cf78414709\"}{\"status\":\"Pulling
214
+ metadata\",\"progressDetail\":{},\"id\":\"b750fe79269d\"}{\"status\":\"Pulling
215
+ fs layer\",\"progressDetail\":{},\"id\":\"b750fe79269d\"}{\"status\":\"Downloading\",\"progressDetail\":{\"current\":4106,\"total\":10240,\"start\":1394654864},\"progress\":\"[====================\\u003e
216
+ \ ] 4.106 kB/10.24 kB 0\",\"id\":\"b750fe79269d\"}{\"status\":\"Download
217
+ complete\",\"progressDetail\":{},\"id\":\"b750fe79269d\"}{\"status\":\"Download
218
+ complete\",\"progressDetail\":{},\"id\":\"b750fe79269d\"}"
219
+ http_version:
220
+ recorded_at: Wed, 12 Mar 2014 20:07:44 GMT
221
+ - request:
222
+ method: get
223
+ uri: unix:///var/run/docker.sock/v1.10/images/json?all=true
224
+ body:
225
+ encoding: US-ASCII
226
+ string: ''
227
+ headers:
228
+ User-Agent:
229
+ - Swipely/Docker-API 1.10.0
230
+ Content-Type:
231
+ - text/plain
232
+ response:
233
+ status:
234
+ code: 200
235
+ message:
236
+ headers:
237
+ Content-Type:
238
+ - application/json
239
+ Date:
240
+ - Wed, 12 Mar 2014 20:07:44 GMT
241
+ Content-Length:
242
+ - '403'
243
+ Connection:
244
+ - close
245
+ body:
246
+ encoding: UTF-8
247
+ string: |-
248
+ [{"Created":1364102658,"Id":"b750fe79269d2ec9a3c593ef05b4332b1d1a02a62b4accb2c21d589ff2f5f2dc","ParentId":"27cf784147099545","RepoTags":["base:latest","base:ubuntu-12.10","base:ubuntu-quantal","base:ubuntu-quantl"],"Size":77,"VirtualSize":175307035}
249
+ ,{"Created":1364068391,"Id":"27cf784147099545","ParentId":"","RepoTags":["\u003cnone\u003e:\u003cnone\u003e"],"Size":175306958,"VirtualSize":175306958}
250
+ ]
251
+ http_version:
252
+ recorded_at: Wed, 12 Mar 2014 20:07:44 GMT
253
+ - request:
254
+ method: get
255
+ uri: unix:///var/run/docker.sock/v1.10/images/b750fe79269d/json
256
+ body:
257
+ encoding: US-ASCII
258
+ string: ''
259
+ headers:
260
+ User-Agent:
261
+ - Swipely/Docker-API 1.10.0
262
+ Content-Type:
263
+ - text/plain
264
+ response:
265
+ status:
266
+ code: 200
267
+ message:
268
+ headers:
269
+ Content-Type:
270
+ - application/json
271
+ Date:
272
+ - Wed, 12 Mar 2014 20:07:44 GMT
273
+ Content-Length:
274
+ - '643'
275
+ Connection:
276
+ - close
277
+ body:
278
+ encoding: UTF-8
279
+ string: "{\"id\":\"b750fe79269d2ec9a3c593ef05b4332b1d1a02a62b4accb2c21d589ff2f5f2dc\",\"parent\":\"27cf784147099545\",\"created\":\"2013-03-23T22:24:18.818426-07:00\",\"container\":\"3d67245a8d72ecf13f33dffac9f79dcdf70f75acb84d308770391510e0c23ad0\",\"container_config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"Memory\":0,\"MemorySwap\":0,\"CpuShares\":0,\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"PortSpecs\":null,\"ExposedPorts\":null,\"Tty\":true,\"OpenStdin\":true,\"StdinOnce\":false,\"Env\":null,\"Cmd\":[\"/bin/bash\"],\"Dns\":null,\"Image\":\"base\",\"Volumes\":null,\"VolumesFrom\":\"\",\"WorkingDir\":\"\",\"Entrypoint\":null,\"NetworkDisabled\":false,\"OnBuild\":null},\"Size\":77}"
280
+ http_version:
281
+ recorded_at: Wed, 12 Mar 2014 20:07:44 GMT
282
+ recorded_with: VCR 2.8.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docker-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swipely, Inc.
@@ -222,6 +222,7 @@ files:
222
222
  - spec/vcr/Docker_Image/_insert_local/when_there_are_multiple_files_passed/creates_a_new_Image_that_has_each_file.yml
223
223
  - spec/vcr/Docker_Image/_json/returns_additional_information_about_image_image.yml
224
224
  - spec/vcr/Docker_Image/_push/pushes_the_Image.yml
225
+ - spec/vcr/Docker_Image/_refresh_/updates_the_info_hash.yml
225
226
  - spec/vcr/Docker_Image/_remove/removes_the_Image.yml
226
227
  - spec/vcr/Docker_Image/_run/when_the_argument_is_a_String/splits_the_String_by_spaces_and_creates_a_new_Container.yml
227
228
  - spec/vcr/Docker_Image/_run/when_the_argument_is_an_Array/creates_a_new_Container.yml
@@ -311,6 +312,7 @@ test_files:
311
312
  - spec/vcr/Docker_Image/_insert_local/when_there_are_multiple_files_passed/creates_a_new_Image_that_has_each_file.yml
312
313
  - spec/vcr/Docker_Image/_json/returns_additional_information_about_image_image.yml
313
314
  - spec/vcr/Docker_Image/_push/pushes_the_Image.yml
315
+ - spec/vcr/Docker_Image/_refresh_/updates_the_info_hash.yml
314
316
  - spec/vcr/Docker_Image/_remove/removes_the_Image.yml
315
317
  - spec/vcr/Docker_Image/_run/when_the_argument_is_a_String/splits_the_String_by_spaces_and_creates_a_new_Container.yml
316
318
  - spec/vcr/Docker_Image/_run/when_the_argument_is_an_Array/creates_a_new_Container.yml