davenverse / whale-tail   0.0.10

MIT License Website GitHub

A Docker client that hopefully won't be a pain in the butt.

Scala versions: 3.x 2.13 2.12
Scala.js versions: 1.x

whale-tail - Pure Docker Client Maven Central Code of Conduct

Quick Start

To use whale-tail in an existing SBT project with Scala 2.12 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "whale-tail" % "<version>"
)