Moby Docker Libraries

This project provides libraries for working with Docker from the JVM.

License

License

GroupId

GroupId

com.deciphernow
ArtifactId

ArtifactId

moby
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Moby Docker Libraries
This project provides libraries for working with Docker from the JVM.
Project URL

Project URL

https://github.com/deciphernow/moby
Source Code Management

Source Code Management

https://github.com/deciphernow/moby

Download moby

Filename Size
moby-1.0.0.pom 17 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.deciphernow/moby/ -->
<dependency>
    <groupId>com.deciphernow</groupId>
    <artifactId>moby</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.deciphernow/moby/
implementation 'com.deciphernow:moby:1.0.0'
// https://jarcasting.com/artifacts/com.deciphernow/moby/
implementation ("com.deciphernow:moby:1.0.0")
'com.deciphernow:moby:pom:1.0.0'
<dependency org="com.deciphernow" name="moby" rev="1.0.0">
  <artifact name="moby" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.deciphernow', module='moby', version='1.0.0')
)
libraryDependencies += "com.deciphernow" % "moby" % "1.0.0"
[com.deciphernow/moby "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • moby-dns

moby

This repository contains libraries for working with Docker from Java and Scala.

Libraries

Name Description
moby-dns Provides a name service implementation for resolving Docker container hostnames from a Docker host.

Building

To build this repository, run the following command from the root directory:

mvn clean package

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
com.deciphernow

Decipher Technology Studios

Software for your sixth sense

Versions

Version
1.0.0