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

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 1 month 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

**Bash**

```
docker run -it --rm dockette/hashicorp bash
```

**Nomad**

```
docker run -it --rm dockette/hashicorp nomad
```

**Consul**

```
docker run -it --rm dockette/hashicorp consul
```

**Levant**

```
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
```

## Maintenance

See [how to contribute](https://github.com/dockette/.github/blob/master/CONTRIBUTING.md) to this package. Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Thank you for using this package.