docker-armada 2.7.2 → 2.8.0

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: 3053c44420ef351106874f2771250726f6381091
4
- data.tar.gz: 09ebc595a58f3195c92349643be9331962398169
3
+ metadata.gz: c741d480da83fb371c6f20ea0ecd11d8170cd969
4
+ data.tar.gz: 247cc72cdc17beee8a1147d4f836e3a217535017
5
5
  SHA512:
6
- metadata.gz: 0d29c683048cbccbcca8efb997fbb74a13657bd0e5168199a930613abe803e4249bee58b1a9e42b76b48c4609941265465401f7c834b5c046e1d519427fac60a
7
- data.tar.gz: a8e8f25512170de996281b457077e4bb65a5f4ced22a6b988a64a2cc40bb9b3601050bd27ad3fdca6da27840d095e1ec50f10380acfb69d2c60fa058f35e85fb
6
+ metadata.gz: 3f349c33d13bed42612fbd76b1d60e747eba2665e6c22165ebfb183f87f21629f4028d93e6b7774994413c23f1f5b006b7bbf2b9400e00e7453ab391bb90505c
7
+ data.tar.gz: cdcef98da8616d11f0b8b604c8d2234550fea29ce147359318fb6331ad0b0014bc9257399ad0c9fa6644d036b6652b1abad0db3f25e79f5078948263e3500c76
@@ -12,7 +12,7 @@ module Armada
12
12
 
13
13
  now_in_ns = Integer(Time.now.to_f * 1000000.0)
14
14
  @options[:binds] ||= []
15
- @options[:binds] << "/var/log/containers/#{@name}/#{SecureRandom.uuid}:/var/log/service"
15
+ @options[:binds] << "/var/log/containers/#{@name}/#{SecureRandom.uuid}:/home/service/logs"
16
16
  end
17
17
 
18
18
  def stop
@@ -34,7 +34,7 @@ describe Armada::Container do
34
34
  it "should have the log mount" do
35
35
  expect(options[:binds]).not_to be_nil
36
36
  expect(options[:binds].length).to equal 1
37
- expect(options[:binds][0]).to match /^\/var\/log\/containers\/#{container_name}\/.*:\/var\/log\/service$/
37
+ expect(options[:binds][0]).to match /^\/var\/log\/containers\/#{container_name}\/.*:\/home\/service\/logs$/
38
38
  end
39
39
  end
40
40
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docker-armada
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.2
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Chauncey
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-02-12 00:00:00.000000000 Z
13
+ date: 2015-02-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: excon