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
This repository contains a collection of development container configurations for various environments, including Ubuntu, React Native, Terraform, and more.
4
+
5
+
## Getting Started
6
+
7
+
To use these configurations, you need to have [Docker](https://www.docker.com/) installed on your machine.
8
+
9
+
## Directory Structure
10
+
11
+
-`.github/workflows/`: Contains GitHub Actions workflows for building the dev containers.
12
+
-`src/`: Contains source code for additional features.
13
+
-`templates/`: Contains the dev container configurations. Each subdirectory represents a different environment.
14
+
15
+
## Dev Containers
16
+
17
+
Each dev container configuration is located in a subdirectory under `templates/`. The configuration is defined in a `devcontainer.json` file, and optionally a `Dockerfile`.
18
+
19
+
### Ubuntu
20
+
21
+
The Ubuntu dev container is a basic Ubuntu environment. See [templates/ubuntu/.devcontainer/devcontainer.json](templates/ubuntu/.devcontainer/devcontainer.json) for more details.
22
+
23
+
### React Native
24
+
25
+
The React Native dev container includes the necessary tools for React Native development. See [templates/react-native/.devcontainer/devcontainer.json](templates/react-native/.devcontainer/devcontainer.json) for more details.
26
+
27
+
### Terraform
28
+
29
+
The Terraform dev container includes the necessary tools for Terraform development. See [templates/terraform/.devcontainer/devcontainer.json](templates/terraform/.devcontainer/devcontainer.json) for more details.
30
+
31
+
## License
32
+
33
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
0 commit comments