Ecosyste.ms: Awesome
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 2 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T08:15:09.000Z (5 months ago)
- Last Synced: 2024-07-31T11:07:39.896Z (5 months ago)
- Topics: consul, docker, hashicorp, image, levant, nomad, packer, terraform, waypoint
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- 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
**Basic**
```
docker run -it --rm dockette/hashicorp lavant deploy app.hcl
```**Gitlab CI**
```yml
stages:
- deploydeploy:
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.