Moby Docker Nameservice Library

This project provides a nameservice implementation for resolving Docker containers from the host computer.

License

License

GroupId

GroupId

com.deciphernow
ArtifactId

ArtifactId

moby-dns
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Moby Docker Nameservice Library
This project provides a nameservice implementation for resolving Docker containers from the host computer.

Download moby-dns

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8

provided (1)

Group / Artifact Type Version
com.google.guava : guava jar 19.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.scalatest : scalatest_2.11 jar 3.0.0

Project Modules

There are no modules declared in this project.

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