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)
- Host: GitHub
- URL: https://github.com/dockette/hashicorp
- Owner: dockette
- License: mit
- Created: 2022-05-25T09:16:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-21T17:36:30.000Z (about 1 month ago)
- Last Synced: 2026-02-21T23:30:09.470Z (about 1 month ago)
- Topics: consul, docker, hashicorp, image, levant, nomad, packer, terraform, waypoint
- Language: Dockerfile
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.