---
http_interactions:
- request:
    method: post
    uri: unix:///var/run/docker.sock/v1.10/build
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - Swipely/Docker-API 1.9.1
      Content-Type:
      - application/tar
      Transfer-Encoding:
      - chunked
  response:
    status:
      code: 200
      message: 
    headers:
      Content-Type:
      - application/json
      Date:
      - Wed, 12 Mar 2014 13:31:19 GMT
      Connection:
      - close
      Transfer-Encoding:
      - ''
    body:
      encoding: UTF-8
      string: "{\"stream\":\"Step 0 : from base\\n\"}\r\n{\"stream\":\" ---\\u003e
        b750fe79269d\\n\"}\r\n{\"stream\":\"Step 1 : run printf '#! /bin/sh\\\\nwhile
        true\\\\ndo\\\\ntrue\\\\ndone\\\\n' \\u003e /while \\u0026\\u0026 chmod +x
        /while\\n\"}\r\n{\"stream\":\" ---\\u003e Running in 68f09ac82fcf\\n\"}\r\n{\"stream\":\"
        ---\\u003e 2e0a9a843f66\\n\"}\r\n{\"stream\":\"Successfully built 2e0a9a843f66\\n\"}\r\n"
    http_version: 
  recorded_at: Wed, 12 Mar 2014 13:31:21 GMT
- request:
    method: post
    uri: unix:///var/run/docker.sock/v1.10/containers/create
    body:
      encoding: UTF-8
      string: "{\"Image\":\"2e0a9a843f66\",\"Cmd\":[\"/while\"]}"
    headers:
      User-Agent:
      - Swipely/Docker-API 1.9.1
      Content-Type:
      - application/json
  response:
    status:
      code: 201
      message: 
    headers:
      Content-Type:
      - application/json
      Date:
      - Wed, 12 Mar 2014 13:31:21 GMT
      Content-Length:
      - '90'
      Connection:
      - close
    body:
      encoding: UTF-8
      string: |
        {"Id":"d2def324f3daa1989173223f03d22e789c4354aa99d80e7258068de9e911cb35","Warnings":null}
    http_version: 
  recorded_at: Wed, 12 Mar 2014 13:31:21 GMT
- request:
    method: post
    uri: unix:///var/run/docker.sock/v1.10/containers/d2def324f3daa1989173223f03d22e789c4354aa99d80e7258068de9e911cb35/start
    body:
      encoding: UTF-8
      string: "{}"
    headers:
      User-Agent:
      - Swipely/Docker-API 1.9.1
      Content-Type:
      - application/json
  response:
    status:
      code: 204
      message: 
    headers:
      Date:
      - Wed, 12 Mar 2014 13:31:21 GMT
      Content-Length:
      - '0'
      Content-Type:
      - text/plain; charset=utf-8
      Connection:
      - close
    body:
      encoding: UTF-8
      string: ''
    http_version: 
  recorded_at: Wed, 12 Mar 2014 13:31:21 GMT
- request:
    method: get
    uri: unix:///var/run/docker.sock/v1.10/containers/d2def324f3daa1989173223f03d22e789c4354aa99d80e7258068de9e911cb35/top
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - Swipely/Docker-API 1.9.1
      Content-Type:
      - text/plain
  response:
    status:
      code: 200
      message: 
    headers:
      Content-Type:
      - application/json
      Date:
      - Wed, 12 Mar 2014 13:31:22 GMT
      Content-Length:
      - '145'
      Connection:
      - close
    body:
      encoding: UTF-8
      string: |
        {"Processes":[["root","1574","1089","90","09:31","?","00:00:00","/bin/sh /while"]],"Titles":["UID","PID","PPID","C","STIME","TTY","TIME","CMD"]}
    http_version: 
  recorded_at: Wed, 12 Mar 2014 13:31:22 GMT
recorded_with: VCR 2.8.0