No description
  • Shell 92.7%
  • Go 2.4%
  • HCL 2%
  • JavaScript 1.2%
  • Dockerfile 0.8%
  • Other 0.9%
Find a file
oss-core-libraries-dashboard[bot] 8e90edb776
[COMPLIANCE] Update Copyright and License Headers (#3)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-02-20 15:29:01 +05:30
stack update tracing code in the docs to match whats in the answer file 2020-02-25 09:30:05 -05:00
.gitignore updatd welcome and added separate gloo install 2020-02-23 16:06:26 -07:00
bootstrap.sh Update config 2020-02-24 08:06:45 +00:00
LICENSE [COMPLIANCE] Update Copyright and License Headers (#3) 2026-02-20 15:29:01 +05:30
Makefile Add base stack 2020-02-20 15:50:01 +01:00
packer.json Increase disk size to 50gb 2020-02-24 08:34:08 +01:00
README.md added super basic README 2020-02-24 06:41:10 -05:00

qcon-debugging-microservices

To build locally, make sure you have access to Docker and you've downloaded the Shipyard tool.

To build, run:

shipyard run ./stack

This will bootstrap the environment. Once completed, it will open up local browser tabs to the following:

http://localhost:18500 to access the Consul UI http://localhost:8080 to run VSCode in your browser http://localhost:8081 to see the documentation http://localhost:19090 to access the web service

You can also run without opening the browser tabs automatically:

shipyard run ./stack --no-browser