Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Aug 7, 2024
1 parent 6a14879 commit cb83b40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

## Overview

Hashiqube is the Ultimate Hands on DevOps Lab in a Docker Container. Hashiqube has a Docker daemon inside meaning,
Hashiqube is the Ultimate Hands on DevOps Lab in a Docker Container.
It can run in a Github Codespace, Locally using Vagrant or Docker Compose, or as a Virtual Machine VM on AWS, GCP and Azure.

Hashiqube has a Docker daemon inside meaning,
we can run containers inside Hashiqube using Kubernetes (Minikube) or Nomad or Docker run. It runs all Hashicorp products. [Vault](/vault/?id=vault), [Terraform](/terraform/?id=terraform), [Nomad](/nomad/?id=nomad), [Consul](/consul/?id=consul), [Waypoint](/waypoint/?id=waypoint), [Boundary](/boundary/?id=boundary), [Vagrant](/vagrant/?id=vagrant), [Packer](/packer/?id=packer) and [Sentinel](/sentinel/?id=sentinel).

It also runs a host of other popular Open Source DevOps/DevSecOps applications (Minikube, Ansible AWX Tower, Traefik etc.) showcasing how simple integration with Hashicorp products can result in tangible learnings and benefits for all its users.
Expand All @@ -18,9 +21,9 @@ Please connect with me on [LinkedIn (Riaan Nolan)](https://www.linkedin.com/in/r

# Running Hashiqube
There are a few ways of running Hashiqube depending on your needs
* Hashiqube on Github Codespaces (You only need a Github account and can have Hashiqube up in 1 minute) __Preferred__
* Hashiqube locally using Vagrant or Docker Compose (You need Docker and Vagrant (Optional) or Virtualbox (Optional))
* Hashiqube on VM in a Hyperscaler (AWS, GCP or Azure)
* [Hashiqube on Github Codespaces](/?id=hashiqube-on-github-codespaces) (You only need a Github account and can have Hashiqube up in 1 minute) __Preferred__
* [Hashiqube locally using Vagrant or Docker](/?id=hashiqube-locally) Compose (You need Docker and Vagrant (Optional) or Virtualbox (Optional))
* [Hashiqube on VM in a Hyperscaler](/multi-cloud/README) (AWS, GCP or Azure)

## Hashiqube on Github Codespaces

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,9 @@
},
// Style Guide: https://github.com/dracula/dracula-theme
darklightTheme: {
siteFont: "Aventa",
siteFont: "PT Sans",
defaultTheme: 'light',
codeFontFamily: 'Aventa, Roboto Mono, Monaco, courier, monospace',
codeFontFamily: 'Roboto Mono, Monaco, courier, monospace',
bodyFontSize: '18px',
dark: {
accent: '#8be9fd',
Expand Down

0 comments on commit cb83b40

Please sign in to comment.