This deploys HashiCups locally through Docker Compose. HashiCups is unsecured by default. If you are looking for a secure version of HashiCups please see the folder docker-compose-consul
Navigate to this folder using your CLI and run the following.
docker compose up -d
Run the following command to clean up and remove the HashiCups resources.
docker compose down