You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2023. It is now read-only.
@@ -30,11 +31,13 @@ Thanks to the flexibility of the HashiCorp products there is no need wonder how
30
31
| mac apple | ✓ | ✘ | ✘ |
31
32
32
33
## Instructions
33
-
* Vagrant - Please download __Vagrant__ from https://www.vagrantup.com/downloads.html and install
34
+
:bulb: Docker is the Default and preferred way to run Hashiqube
35
+
34
36
* Docker - Please download __Docker__ from https://www.docker.com/products/docker-desktop and install
37
+
* Vagrant - Please download __Vagrant__ from https://www.vagrantup.com/downloads.html and install
35
38
* Virtualbox (Optional) - Please download __Virtualbox__ from https://www.virtualbox.org/wiki/Downloads and install
36
39
* Using `git` - clone this repo `git clone $repo .`[__What is Git?__](git/#git)
37
-
* Inside the local repo folder, do `vagrant up --provision --provider docker` - This will setup, Vault, Nomad, Consul, Terraform, Localstack and Docker
40
+
* Inside the local repo folder, do `vagrant up --provision` - This will setup, Vault, Nomad, Consul, Terraform, Localstack and Docker
38
41
* Documentation locally available at http://localhost:3333
39
42
40
43
## Components
@@ -73,29 +76,7 @@ Please create the following file: __/etc/vbox/networks.conf__ with the following
73
76
* 2001::/64
74
77
```
75
78
76
-
and re-run `vagrant up --provision --provider docker`
77
-
78
-
## Dependencies
79
-
To get started we are now going to install some core dependencies to get the Lab started, you need to install
80
-
below dependencies before you can do anything
81
-
82
-
__Mac Users only, Windows Users can skip this step__
83
-
Let's first check if we have an __M1 Mac__, if that is the case the __virtualbox__ provider will not work.
84
-
85
-
Click on the Apple Icon top left
86
-

87
-
88
-
and click on __About this Mac__
89
-
90
-
If you see an __Intel__ chip, you can proceed with the `virtualbox` provider.
91
-

92
-
93
-
If you see an __Apple M1__ chip, please ensure you specify the environment variable and the provider to be docker.
94
-
```
95
-
vagrant plugin uninstall vagrant-hostsupdater # the hostsupdator plugin does not work with the docker provider
96
-
```
97
-
98
-

79
+
and re-run `vagrant up --provision`
99
80
100
81
#### Docker Desktop
101
82
Docker Desktop is an easy-to-install application for your Mac or Windows environment that enables you to build and share containerized applications and microservices. It's a graphical user interface for the docker service.
@@ -115,7 +96,7 @@ Now that docker has been installed we need to ensure that your docker environmen
0 commit comments