Sha256: da11ec3033dcaa0d65f1029a1950b5c214be9fc5b5e140c328052f7d234fdf73

Contents?: true

Size: 1.84 KB

Versions: 4

Compression:

Stored size: 1.84 KB

Contents

---
http_interactions:
- request:
    method: post
    uri: "<DOCKER_HOST>/v1.15/containers/create"
    body:
      encoding: UTF-8
      string: '{"Cmd":"echo hello","Image":"debian:wheezy"}'
    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:38 GMT
      Content-Length:
      - '90'
    body:
      encoding: UTF-8
      string: |
        {"Id":"b72257d27c26f5630e3e1d4d8aa0dd80903f6458f01b82e10f1761f1d3ea7b95","Warnings":null}
    http_version: 
  recorded_at: Mon, 01 Dec 2014 18:07:38 GMT
- request:
    method: get
    uri: "<DOCKER_HOST>/v1.15/containers/b72257d27c26f5630e3e1d4d8aa0dd80903f6458f01b82e10f1761f1d3ea7b95/logs?stdout=1"
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - Swipely/Docker-API 1.15.0
      Content-Type:
      - text/plain
  response:
    status:
      code: 200
      message: 
    headers:
      Date:
      - Mon, 01 Dec 2014 18:07:38 GMT
      Content-Length:
      - '0'
      Content-Type:
      - text/plain; charset=utf-8
    body:
      encoding: UTF-8
      string: ''
    http_version: 
  recorded_at: Mon, 01 Dec 2014 18:07:38 GMT
- request:
    method: delete
    uri: "<DOCKER_HOST>/v1.15/containers/b72257d27c26f5630e3e1d4d8aa0dd80903f6458f01b82e10f1761f1d3ea7b95"
    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:38 GMT
    body:
      encoding: UTF-8
      string: ''
    http_version: 
  recorded_at: Mon, 01 Dec 2014 18:07:38 GMT
recorded_with: VCR 2.9.3

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
docker-api-1.18.0 spec/vcr/Docker_Container/_streaming_logs/when_selecting_stdout/returns_blank_logs.yml
docker-api-1.17.0 spec/vcr/Docker_Container/_streaming_logs/when_selecting_stdout/returns_blank_logs.yml
docker-api-1.16.1 spec/vcr/Docker_Container/_streaming_logs/when_selecting_stdout/returns_blank_logs.yml
docker-api-1.16.0 spec/vcr/Docker_Container/_streaming_logs/when_selecting_stdout/returns_blank_logs.yml