Skip to content

Tags: jakolehm/docker-api

Tags

v1.21.4

Toggle v1.21.4's commit message
Patch version bump (v1.21.4)

* Enable retries with Container#wait

v1.21.3

Toggle v1.21.3's commit message
Patch version bump (v1.21.3)

* Enable use of docker cache

v1.21.2

Toggle v1.21.2's commit message
Version bump (v1.21.2)

* Timeout error doesn't have a response

v1.21.1

Toggle v1.21.1's commit message
Patch version bump (v1.21.1)

Make error messages pertain to the errors

v1.21.0

Toggle v1.21.0's commit message
Minor version bump

Add support for turning off ssl_verify_peer

v1.20.0

Toggle v1.20.0's commit message
Minor version bump (v1.20.0)

Features:

Add container rename

Bug fixes:

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

v1.19.0

Toggle v1.19.0's commit message
Minor version bump 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

v1.18.0

Toggle v1.18.0's commit message
Minor version bump (v1.18.0)

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

v1.17.0

Toggle v1.17.0's commit message
Minor version bump v1.17.0

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

v1.16.1

Toggle v1.16.1's commit message
Patch version bump 1.16.1

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