kitchen-docker-api 0.2.0 → 0.2.1

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.
data/README.md CHANGED
@@ -14,11 +14,7 @@ could choose to use the CLI or docker-api based client.
14
14
 
15
15
  ## Requirements
16
16
 
17
- * [Docker][docker_getting_started]
18
-
19
- ## Known Issues
20
-
21
- * Upstart is neutered due to [this issue][docker_upstart_issue].
17
+ * [Docker][docker_getting_started] server. This driver does not require the docker cli to be installed.
22
18
 
23
19
  ## Installation and Setup
24
20
 
@@ -84,9 +84,6 @@ module Kitchen
84
84
 
85
85
  def destroy(state)
86
86
  destroy_container(state) if state[:container_id]
87
- if config[:remove_images] && state[:image_id]
88
- destroy_image(state)
89
- end
90
87
  end
91
88
 
92
89
  protected
@@ -19,6 +19,6 @@ module Kitchen
19
19
  module Driver
20
20
 
21
21
  # Version string for Docker Kitchen driver
22
- DOCKER_VERSION = "0.2.0"
22
+ DOCKER_VERSION = "0.2.1"
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-docker-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-03-24 00:00:00.000000000 Z
13
+ date: 2014-03-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: test-kitchen