This repository contains a DevContainer configuration for running multiple development tools and services.
- Docker-outside-of-Docker: Access Docker from within the container
- AWS CLI: Amazon Web Services command-line interface
- Kubectl: Kubernetes command-line tool
- Git CLI: Version control system interface
- Clone this repository
- Open in VS Code with DevContainers extension
- Select "Reopen in Container" when prompted
- Access all tools from the integrated terminal
Service configurations and dependencies are defined in the .devcontainer
directory and devcontainer.json
file.
Customize the environment by modifying the DevContainer configuration files and adding new tools as needed.