github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/dev/README.md (about)

     1  The `dev` package provides helper configuration files for use when developing
     2  Nomad itself.
     3  
     4  See the individual packages for more detail on how to use the configuration
     5  files. At a high-level the use case for each package is as follows:
     6  
     7  * `hooks`: This package provides helpful git hooks for developing Nomad.
     8  
     9  * `docker-clients`: This package provides a Nomad job file that can be used to
    10    spin up Nomad clients in Docker containers. This provides a simple mechanism
    11    to create a Nomad cluster locally.
    12  
    13  * `tls_cluster`: This package provides Nomad client configs and certificates to
    14    run a TLS enabled cluster.
    15  
    16  * `vault`: This package provides basic Vault configuration files for use in
    17    configuring a Vault server when testing Nomad and Vault integrations.