From cb83b40c741c720ed04e2dd700f7b96181b06cc9 Mon Sep 17 00:00:00 2001 From: Riaan Nolan Date: Thu, 8 Aug 2024 09:07:17 +1000 Subject: [PATCH] Update README --- README.md | 11 +++++++---- index.html | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 15bdb72..d31dbbe 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/index.html b/index.html index e983fef..58d730c 100644 --- a/index.html +++ b/index.html @@ -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',