This repository contains the configuration and setup for my development container environment.
This project aims to provide a consistent and reproducible development environment using Docker containers. By using a dev container, I can ensure the same development setup independent of my machine or operating system.
- Consistent Development Environment: Ensures all my machines use the same tools and dependencies.
- Isolation: Keeps my development environment isolated from your local machine.
- Reproducibility: Easily recreate the development environment on any machine.
To get started with this project, follow these steps:
-
Clone the Repository:
git clone https://github.com/joaoopereira/devcontainer.git
-
Open in VS Code: Open the repository in Visual Studio Code. You should see a prompt to reopen the project in a container. Click "Reopen in Container".
-
Build and Run: The container will automatically build and start. You can now start developing within the container.
We welcome contributions! Please see our CONTRIBUTING.md for guidelines on how to contribute to this project.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any questions or feedback, please open an issue on this repository or contact the maintainer at [mail@joaoopereira.com].