Clj Docker Client Versions Save

An idiomatic, data-driven, REPL friendly Clojure Docker client

0.4.0

4 years ago

Total rewrite.

  • Make it fully data driven like Cognitect's AWS client
  • Direct connection to docker daemon without a java docker lib
  • Support all of docker's functions

0.3.2

4 years ago

Containers:

  • Creation options via maps! Yay for data driven! Thanks @pvik
  • Ability to specify network-mode

General:

  • Lib and code cleanup

0.3.1

4 years ago

Containers:

General:

  • Code cleanup, type hints, more tests

0.3.0

4 years ago

Major Release

  • Switched to docker-java
  • Changes in key casing
  • Much more detailed data
  • Live logging and stats
  • Code cleanup

0.2.3

5 years ago

Containers:

  • Fetch container stats. Thanks @gklijs

General:

  • Improve docs.
  • Update Spotify client.

0.2.2

5 years ago

Containers:

  • Return plain InputStream from container path not TarAchiveInputStream

General:

  • Improved docs

0.2.1

5 years ago

Containers:

  • Add setting working directory and user for a container

0.2.0

5 years ago

General breaking change:

  • Keys are now CamelCased not kebab-cased.
  • Automatic response map generation from the Spotify client.
  • Code refactoring and reduction.
  • Update Spotify client.

0.1.13

5 years ago

Containers:

  • Ability to bind to specific host interface when exposing ports.

General:

  • Update Spotify docker client.

0.1.12

5 years ago

Container functions:

  • inspect

Misc refactoring.