Releases: upserve/docker-api
Releases · upserve/docker-api
v1.16.1
This version has a more robust version of Docker::Image.create.
v1.16.0
This version adds exec functionality and supports the remote API up to version 1.15
v1.15.0
- Support the ENV variables used by boot2docker. #210
v1.14.0
- Adds
Docker::Container#streaming_logs
that'll allow passing a block and following logs from a container rather than attaching.
v1.13.7
- Fixes issue with newer Docker versions not returning an id when pulling an image (thanks @b-dean)
v1.13.6
Docker.authenticate
can take a connection to authenticate against
thanks @jgwmaxwell
v1.13.5
- Fix Excon warning
- Add
Docker::Image.exist?
Thanks @mastahyeti
v1.13.4
- Support building an image directly from a prepared tar file (thanks @mastahyeti)
v1.13.3
- Add saner error messages for 500 errors
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