docker-utils 0.1.16 → 0.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 15f12dbbe4ed3e0c8e5cfd9abe806b81ac14543d
4
- data.tar.gz: 68d0d1a4029c51a4782be2aa293286d2faf3c4c4
3
+ metadata.gz: d3c35116c674ac39ef0b829b4902b6edbd2cf80f
4
+ data.tar.gz: 70a82aef4bd4f1e2d67904a21ccabfe4e21713a6
5
5
  SHA512:
6
- metadata.gz: 9359c77794641b109dfbc13a299cbd61311734a9f7d8b11d27297a3c0274bad43ef29b8d6523f61103edfa450aec9da525ee19a776f5447a9b16cd77433e264b
7
- data.tar.gz: abbffe2e6b64d3bb18bfbb9d716a27979c284d04f69a1b3277e7e029a33b32dc51036980f855c15c0d19cbf81dc2cc6466c47b2163f21fa7fa23862e5d6d564e
6
+ metadata.gz: 9ad9293d4b794197a9b8d0c318c7ab1f917cbd30f07204f7822e981db7c688abe20a2a67714fb580a695734f9febbf2455fbeb3a7c52bf1c58199afde2b4654c
7
+ data.tar.gz: 48fc471c612c7d14678f81b3fcd8fb4b405441914d6888b062262512824e0ea75759646385843d8d09aebc203ee021f9464486f31331e7c04711f75ead0685ef
@@ -49,7 +49,7 @@ script
49
49
  '${remote_host}' '${remote_port}'
50
50
  )
51
51
 
52
- pipe_path="/run/docker/upstart-service-containers/${service_name}-fifo"
52
+ pipe_path="/tmp/${service_name}-fifo"
53
53
  ( logger -t "${container_name}" <"${pipe_path}" & )
54
54
  exec >"${pipe_path}"
55
55
  exec 2>"${pipe_path}"
@@ -119,7 +119,7 @@ script
119
119
  ${command_args[@]} \
120
120
  )
121
121
 
122
- pipe_path="/run/docker/upstart-service-containers/${service_name}-fifo"
122
+ pipe_path="/tmp/${service_name}-fifo"
123
123
  ( logger -t "${container_name}" <"${pipe_path}" & )
124
124
  exec >"${pipe_path}"
125
125
  exec 2>"${pipe_path}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docker-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Levi Aul