The development environment is a dev container that is configured to run the application in a containerized environment. The container environment will have the runtime dependencies installed and configured.
For the runtime environment, the following dependencies are required:
For the development environment, the following dependencies are required:
These are all contained in the dev container. The makefile
is configured to run in the dev container.
Checkout the Infratographer guide on setting up dev containers
.