Sha256: 7e4b49ee10e02e392b2c3cc9b3ff80c03ae0e4b65e0037ed1aec44e114d65daf

Contents?: true

Size: 1.41 KB

Versions: 2

Compression:

Stored size: 1.41 KB

Contents

---
http_interactions:
- request:
    method: post
    uri: unix:///var/run/docker.sock/v1.9/containers/create
    body:
      encoding: UTF-8
      string: "{\"Cmd\":[\"sleep\",\"5\"],\"Image\":\"base\"}"
    headers:
      User-Agent:
      - Swipely/Docker-API 1.8.4
      Content-Type:
      - application/json
  response:
    status:
      code: 201
      message: 
    headers:
      Content-Type:
      - application/json
      Date:
      - Fri, 28 Feb 2014 21:42:20 GMT
      Content-Length:
      - '90'
      Connection:
      - close
    body:
      encoding: UTF-8
      string: |
        {"Id":"c1702eab6f9a5dbe0060fbcbe0c223b7a19bac405854684683695b6b9f614414","Warnings":null}
    http_version: 
  recorded_at: Fri, 28 Feb 2014 21:42:20 GMT
- request:
    method: post
    uri: unix:///var/run/docker.sock/v1.9/containers/c1702eab6f9a5dbe0060fbcbe0c223b7a19bac405854684683695b6b9f614414/start
    body:
      encoding: UTF-8
      string: "{}"
    headers:
      User-Agent:
      - Swipely/Docker-API 1.8.4
      Content-Type:
      - application/json
  response:
    status:
      code: 204
      message: 
    headers:
      Date:
      - Fri, 28 Feb 2014 21:42:21 GMT
      Content-Length:
      - '0'
      Content-Type:
      - text/plain; charset=utf-8
      Connection:
      - close
    body:
      encoding: UTF-8
      string: ''
    http_version: 
  recorded_at: Fri, 28 Feb 2014 21:42:21 GMT
recorded_with: VCR 2.8.0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
docker-api-1.9.1 spec/vcr/Docker_Container/_wait/when_an_argument_is_given/and_a_command_runs_for_too_long/raises_a_ServerError.yml
docker-api-1.9.0 spec/vcr/Docker_Container/_wait/when_an_argument_is_given/and_a_command_runs_for_too_long/raises_a_ServerError.yml