Skip to content

DecipherNow/moby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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