---
http_interactions:
- request:
    method: post
    uri: "<DOCKER_HOST>/v1.15/images/create?fromImage=debian%3Awheezy"
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - Swipely/Docker-API 1.15.0
      Content-Type:
      - text/plain
  response:
    status:
      code: 200
      message: 
    headers:
      Content-Type:
      - application/json
      Date:
      - Mon, 01 Dec 2014 18:07:43 GMT
    body:
      encoding: UTF-8
      string: "{\"status\":\"The image you are pulling has been verified\",\"id\":\"debian:wheezy\"}\r\n{\"status\":\"Already
        exists\",\"progressDetail\":{},\"id\":\"511136ea3c5a\"}{\"status\":\"Already
        exists\",\"progressDetail\":{},\"id\":\"f10807909bc5\"}{\"status\":\"Already
        exists\",\"progressDetail\":{},\"id\":\"f6fab3b798be\"}{\"status\":\"Status:
        Image is up to date for debian:wheezy\"}\r\n"
    http_version: 
  recorded_at: Mon, 01 Dec 2014 18:07:43 GMT
- request:
    method: post
    uri: "<DOCKER_HOST>/v1.15/containers/create"
    body:
      encoding: UTF-8
      string: '{"Image":"f6fab3b798be","Cmd":["touch","/test"]}'
    headers:
      User-Agent:
      - Swipely/Docker-API 1.15.0
      Content-Type:
      - application/json
  response:
    status:
      code: 201
      message: 
    headers:
      Content-Type:
      - application/json
      Date:
      - Mon, 01 Dec 2014 18:07:43 GMT
      Content-Length:
      - '90'
    body:
      encoding: UTF-8
      string: |
        {"Id":"38076d54d70f119e2b3345d6359605e9777bac36bea68facee102409d7a4c0d3","Warnings":null}
    http_version: 
  recorded_at: Mon, 01 Dec 2014 18:07:43 GMT
- request:
    method: post
    uri: "<DOCKER_HOST>/v1.15/containers/38076d54d70f119e2b3345d6359605e9777bac36bea68facee102409d7a4c0d3/start"
    body:
      encoding: UTF-8
      string: "{}"
    headers:
      User-Agent:
      - Swipely/Docker-API 1.15.0
      Content-Type:
      - application/json
  response:
    status:
      code: 204
      message: 
    headers:
      Date:
      - Mon, 01 Dec 2014 18:07:44 GMT
    body:
      encoding: UTF-8
      string: ''
    http_version: 
  recorded_at: Mon, 01 Dec 2014 18:07:44 GMT
- request:
    method: post
    uri: "<DOCKER_HOST>/v1.15/containers/38076d54d70f119e2b3345d6359605e9777bac36bea68facee102409d7a4c0d3/wait"
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - Swipely/Docker-API 1.15.0
      Content-Type:
      - text/plain
  response:
    status:
      code: 200
      message: 
    headers:
      Content-Type:
      - application/json
      Date:
      - Mon, 01 Dec 2014 18:07:44 GMT
      Content-Length:
      - '17'
    body:
      encoding: UTF-8
      string: |
        {"StatusCode":0}
    http_version: 
  recorded_at: Mon, 01 Dec 2014 18:07:44 GMT
- request:
    method: delete
    uri: "<DOCKER_HOST>/v1.15/containers/38076d54d70f119e2b3345d6359605e9777bac36bea68facee102409d7a4c0d3"
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - Swipely/Docker-API 1.15.0
      Content-Type:
      - text/plain
  response:
    status:
      code: 204
      message: 
    headers:
      Date:
      - Mon, 01 Dec 2014 18:07:44 GMT
    body:
      encoding: UTF-8
      string: ''
    http_version: 
  recorded_at: Mon, 01 Dec 2014 18:07:44 GMT
recorded_with: VCR 2.9.3