docker-api

A lightweight Ruby client for the Docker Remote API

MIT License

Stars
1.1K
Committers
101

Bot releases are hidden (Show)

docker-api - v1.22.0 Latest Release

Published by tlunter over 9 years ago

  • Better streaming logs support for long running processes
docker-api - v1.21.4

Published by tlunter over 9 years ago

  • Enable retries with Container#wait
docker-api - v1.21.3

Published by tlunter over 9 years ago

  • Enable use of docker cache
docker-api - v1.21.2

Published by tlunter over 9 years ago

  • Timeout error doesn't have a response
docker-api - v1.21.1

Published by tlunter over 9 years ago

  • Make error messages pertain to the Docker errors
docker-api - v1.21.0

Published by tlunter over 9 years ago

Add support for turning off ssl_verify_peer

docker-api - v1.20.0

Published by tlunter over 9 years ago

Features:

Add container rename

Bug fixes:

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

docker-api - v1.19.0

Published by tlunter over 9 years ago

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

docker-api - v1.18.0

Published by tlunter over 9 years ago

  • Add support for calling a block for each line when pulling an image
docker-api - v1.17.0

Published by nahiluhmot almost 10 years ago

  • Add support for saving Images
  • Use the correct connection when refreshing an Image
  • More robust implementation of pushing images
docker-api - v1.16.1

Published by tlunter almost 10 years ago

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

docker-api - v1.16.0

Published by tlunter almost 10 years ago

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

docker-api - v1.15.0

Published by bfulton almost 10 years ago

  • Support the ENV variables used by boot2docker. #210
docker-api -

Published by tlunter almost 10 years ago

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

Published by tlunter almost 10 years ago

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

Published by tlunter about 10 years ago

  • Docker.authenticate can take a connection to authenticate against

thanks @jgwmaxwell

docker-api -

Published by tlunter about 10 years ago

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

Thanks @mastahyeti

docker-api - v1.13.4

Published by tlunter about 10 years ago

  • Support building an image directly from a prepared tar file (thanks @mastahyeti)
docker-api - v1.13.3

Published by tlunter about 10 years ago

  • Add saner error messages for 500 errors
docker-api - v1.13.2

Published by tlunter about 10 years ago

  • 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