Skip to content

Releases: upserve/docker-api

v1.16.1

03 Dec 14:49
Compare
Choose a tag to compare

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

v1.16.0

03 Dec 14:49
Compare
Choose a tag to compare

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

v1.15.0

14 Nov 16:47
Compare
Choose a tag to compare
  • Support the ENV variables used by boot2docker. #210

v1.14.0

03 Nov 14:59
Compare
Choose a tag to compare
  • Adds Docker::Container#streaming_logs that'll allow passing a block and following logs from a container rather than attaching.

v1.13.7

03 Nov 14:58
Compare
Choose a tag to compare
  • Fixes issue with newer Docker versions not returning an id when pulling an image (thanks @b-dean)

v1.13.6

02 Oct 17:28
Compare
Choose a tag to compare
  • Docker.authenticate can take a connection to authenticate against

thanks @jgwmaxwell

v1.13.5

02 Oct 17:27
Compare
Choose a tag to compare
  • Fix Excon warning
  • Add Docker::Image.exist?

Thanks @mastahyeti

v1.13.4

29 Sep 16:06
Compare
Choose a tag to compare
  • Support building an image directly from a prepared tar file (thanks @mastahyeti)

v1.13.3

25 Sep 17:38
Compare
Choose a tag to compare
  • Add saner error messages for 500 errors

v1.13.2

24 Jul 20:57
Compare
Choose a tag to compare
  • 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