Sha256: 33c2c1592593643bae6930c4669dcbc56af18d742539cf4d55947b471981e34b

Contents?: true

Size: 1.85 KB

Versions: 6

Compression:

Stored size: 1.85 KB

Contents

---
http_interactions:
- request:
    method: post
    uri: http://localhost:4243/v1.4/containers/create
    body:
      encoding: UTF-8
      string: '{"Cmd":["find","/","-name","''*''"],"Image":"base"}'
    headers:
      Content-Type:
      - text/plain
      User-Agent:
      - Swipely/Docker-API 1.3.1
  response:
    status:
      code: 201
      message: ''
    headers:
      Content-Type:
      - text/plain; charset=utf-8
      Content-Length:
      - '21'
      Date:
      - Wed, 07 Aug 2013 17:12:03 GMT
    body:
      encoding: UTF-8
      string: '{"Id":"defee56da87a"}'
    http_version: 
  recorded_at: Wed, 07 Aug 2013 17:12:03 GMT
- request:
    method: post
    uri: http://localhost:4243/v1.4/containers/defee56da87a/start
    body:
      encoding: US-ASCII
      string: ''
    headers:
      Content-Type:
      - text/plain
      User-Agent:
      - Swipely/Docker-API 1.3.1
  response:
    status:
      code: 204
      message: ''
    headers:
      Content-Type:
      - text/plain; charset=utf-8
      Content-Length:
      - '0'
      Date:
      - Wed, 07 Aug 2013 17:12:03 GMT
    body:
      encoding: UTF-8
      string: ''
    http_version: 
  recorded_at: Wed, 07 Aug 2013 17:12:03 GMT
- request:
    method: get
    uri: http://localhost:4243/v1.4/containers/defee56da87a/top
    body:
      encoding: US-ASCII
      string: ''
    headers:
      Content-Type:
      - text/plain
      User-Agent:
      - Swipely/Docker-API 1.3.1
  response:
    status:
      code: 200
      message: ''
    headers:
      Content-Type:
      - application/json
      Content-Length:
      - '91'
      Date:
      - Wed, 07 Aug 2013 17:12:03 GMT
    body:
      encoding: UTF-8
      string: '{"Titles":["PID","TTY","TIME","CMD"],"Processes":[["4931","pts/0","00:00:00","lxc-start"]]}'
    http_version: 
  recorded_at: Wed, 07 Aug 2013 17:12:03 GMT
recorded_with: VCR 2.4.0

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
docker-api-1.5.4 spec/vcr/Docker_Container/_top/returns_the_top_commands_as_an_Array.yml
docker-api-1.5.3 spec/vcr/Docker_Container/_top/returns_the_top_commands_as_an_Array.yml
docker-api-1.5.2 spec/vcr/Docker_Container/_top/returns_the_top_commands_as_an_Array.yml
docker-api-1.5.1 spec/vcr/Docker_Container/_top/returns_the_top_commands_as_an_Array.yml
docker-api-1.5.0 spec/vcr/Docker_Container/_top/returns_the_top_commands_as_an_Array.yml
docker-api-1.4.0 spec/vcr/Docker_Container/_top/returns_the_top_commands_as_an_Array.yml