Files
nomad/dev/README.md
Alex Dadgar 25d1d2e80e Add a shared git hooks directory
This PR adds a place to share git hooks.
2017-08-17 10:55:53 -07:00

15 lines
656 B
Markdown

The `dev` package provides helper configuration files for use when developing
Nomad itself.
See the individual packages for more detail on how to use the configuration
files. At a high-level the use case for each package is as follows:
* `hooks`: This package provides helpful git hooks for developing Nomad.
* `docker-clients`: This package provides a Nomad job file that can be used to
spin up Nomad clients in Docker containers. This provides a simple mechanism
to create a Nomad cluster locally.
* `vault`: This package provides basic Vault configuration files for use in
configuring a Vault server when testing Nomad and Vault integrations.