Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dockette/hashicorp

🐳 Dockette Hashicorp Tools (Nomad, Consul, Vault, Levant, Packer, Terraform, Waypoint)
https://github.com/dockette/hashicorp

consul docker hashicorp image levant nomad packer terraform waypoint

Last synced: about 2 months ago
JSON representation

🐳 Dockette Hashicorp Tools (Nomad, Consul, Vault, Levant, Packer, Terraform, Waypoint)

Awesome Lists containing this project

README

        

Dockette / Hashicorp


🐳 Docker image with preinstalled Nomad, Consul, Levant, Vault, Terraform, Packer and Waypoint.


🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x

-----

## Usage

**Basic**

```
docker run -it --rm dockette/hashicorp lavant deploy app.hcl
```

**Gitlab CI**

```yml
stages:
- deploy

deploy:
stage: deploy
image: dockette/hashicorp
script:
- nomad job run app.nomad
```

## Development

See [how to contribute](https://contributte.org/contributing.html) to this package.

This package is currently maintaining by these authors.



-----

Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.