vx-container_connector 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/vx/container_connector/docker.rb +2 -1
- data/lib/vx/container_connector/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 644a6ee23ab9cb8e95ad91ba6c038e0ea5b34a0c
|
4
|
+
data.tar.gz: 89f7dacfcf2f099f3c2ac92c29f264f1660919e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8469e5e31865b949b70f9a8653995b937285c9d43bfbf4a4b47f5dd1c9b8c3eb30d4beaeb0adbc1f4ee03bce1deaedbc0f12e389fc494119010b46306c9978b
|
7
|
+
data.tar.gz: 22defbfd5149aea4b98361339ab7818e9e82bb8dafe3d2324d3edeae8c670b93404c0808c90c9c21877b1169e5d91914c7dd5f7a9a17177263f1616b986d57ae
|
@@ -1,4 +1,5 @@
|
|
1
1
|
require 'docker'
|
2
|
+
require 'excon'
|
2
3
|
require 'vx/common/spawn'
|
3
4
|
require 'net/ssh'
|
4
5
|
|
@@ -78,7 +79,7 @@ module Vx
|
|
78
79
|
container_options: start_container_options,
|
79
80
|
}
|
80
81
|
|
81
|
-
with_retries ::Docker::Error::NotFoundError, limit: 3, sleep: 3 do
|
82
|
+
with_retries ::Docker::Error::NotFoundError, Excon::Errors::SocketError, limit: 3, sleep: 3 do
|
82
83
|
instrument("start_container", instrumentation) do
|
83
84
|
container.start start_container_options
|
84
85
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vx-container_connector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitry Galinsky
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-02-
|
11
|
+
date: 2014-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: docker-api
|