A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/upserve/docker-api

https://github.com/upserve/docker-api - v1.22.0

  • Better streaming logs support for long running processes

- Ruby
Published by tlunter over 10 years ago

https://github.com/upserve/docker-api - v1.21.4

  • Enable retries with Container#wait

- Ruby
Published by tlunter over 10 years ago

https://github.com/upserve/docker-api - v1.21.3

  • Enable use of docker cache

- Ruby
Published by tlunter over 10 years ago

https://github.com/upserve/docker-api - v1.21.2

  • Timeout error doesn't have a response

- Ruby
Published by tlunter over 10 years ago

https://github.com/upserve/docker-api - v1.21.1

  • Make error messages pertain to the Docker errors

- Ruby
Published by tlunter over 10 years ago

https://github.com/upserve/docker-api - v1.21.0

Add support for turning off ssl_verify_peer

- Ruby
Published by tlunter almost 11 years ago

https://github.com/upserve/docker-api - v1.20.0

Features:

Add container rename

Bug fixes:

Docker::Error::ConfictError to Docker::Error::ConflictError
Docker::Image.build_from_dir is now threadsafe

- Ruby
Published by tlunter almost 11 years ago

https://github.com/upserve/docker-api - v1.19.0

Updates Remote API to 1.16
Adds exit code to Docker::Exec#start!
Calls close_write on IO if necessary after STDIN attach ends

- Ruby
Published by tlunter almost 11 years ago

https://github.com/upserve/docker-api - v1.18.0

  • Add support for calling a block for each line when pulling an image

- Ruby
Published by tlunter almost 11 years ago

https://github.com/upserve/docker-api - v1.17.0

  • Add support for saving Images
  • Use the correct connection when refreshing an Image
  • More robust implementation of pushing images

- Ruby
Published by nahiluhmot about 11 years ago

https://github.com/upserve/docker-api - v1.16.1

This version has a more robust version of Docker::Image.create.

- Ruby
Published by tlunter about 11 years ago

https://github.com/upserve/docker-api - v1.16.0

This version adds exec functionality and supports the remote API up to version 1.15

- Ruby
Published by tlunter about 11 years ago

https://github.com/upserve/docker-api - v1.15.0

  • Support the ENV variables used by boot2docker. #210

- Ruby
Published by bfulton about 11 years ago

https://github.com/upserve/docker-api -

  • Adds Docker::Container#streaming_logs that'll allow passing a block and following logs from a container rather than attaching.

- Ruby
Published by tlunter about 11 years ago

https://github.com/upserve/docker-api -

  • Fixes issue with newer Docker versions not returning an id when pulling an image (thanks @b-dean)

- Ruby
Published by tlunter about 11 years ago

https://github.com/upserve/docker-api -

  • Docker.authenticate can take a connection to authenticate against

thanks @jgwmaxwell

- Ruby
Published by tlunter over 11 years ago

https://github.com/upserve/docker-api -

  • Fix Excon warning
  • Add Docker::Image.exist?

Thanks @mastahyeti

- Ruby
Published by tlunter over 11 years ago

https://github.com/upserve/docker-api - v1.13.4

  • Support building an image directly from a prepared tar file (thanks @mastahyeti)

- Ruby
Published by tlunter over 11 years ago

https://github.com/upserve/docker-api - v1.13.3

  • Add saner error messages for 500 errors

- Ruby
Published by tlunter over 11 years ago

https://github.com/upserve/docker-api - v1.13.2

  • Support for Docker.version and Docker.info on multiple connections #167 Thanks @jgwmaxwell
  • Fix build_from_dir #169 Thanks @ahazem
  • Allow 304 not modified in expectations and don't #start after container#run #170

- Ruby
Published by tlunter over 11 years ago

https://github.com/upserve/docker-api - v1.13.1

  • Fix issue with Excon and streaming responses

- Ruby
Published by tlunter over 11 years ago

https://github.com/upserve/docker-api - v1.13.0

  • Support pause and unpause commands
  • Support API version 1.12

- Ruby
Published by tlunter over 11 years ago

https://github.com/upserve/docker-api - v1.12.0

  • Upgrade to API Version v1.11 #153

- Ruby
Published by tlunter over 11 years ago

https://github.com/upserve/docker-api - v1.11.1

  • Upgrade to RSpec 3.0 #146
  • Tempfile fix #147

- Ruby
Published by bfulton over 11 years ago

https://github.com/upserve/docker-api - v1.11.0

1.11.0

  • Allow passing credentials in Docker::Image.build_from_dir #134
  • update excon dep to >= 0.34.0 #138
  • Add logs api to docker container #135
  • Support attaching to STDIN of containers #128

- Ruby
Published by bfulton over 11 years ago

https://github.com/upserve/docker-api - v1.10.11

Fixes bug with rake require (#131).

- Ruby
Published by bfulton over 11 years ago