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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request