Skip to content

Commit

Permalink
adjust documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Dec 31, 2024
1 parent 16b4d3a commit 22db637
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
# Dev Containers
# DevContainer

## Image Used in This Project

This project uses a Nextcloud Docker image for the development container. The image is defined in the `.devcontainer.json` configuration file. For more details about the image and its configuration, you can refer to the [GitHub repository](https://github.com/juliusknorr/nextcloud-dev).

# VS Code
## Visual Studio Code

## Introduction to Dev Containers

Dev Containers are a feature in Visual Studio Code that allows you to develop inside a containerized environment. This ensures that your development environment is consistent across different machines and setups. By using Dev Containers, you can easily share your development environment with your team, ensuring that everyone is working with the same dependencies and configurations.

## How to Use Dev Containers with VS Code

1. **Install Docker**: Make sure you have Docker installed on your machine. You can download it from [Docker's official website](https://www.docker.com/products/docker-desktop).

2. **Install VS Code**: If you haven't already, download and install Visual Studio Code from [here](https://code.visualstudio.com/).

3. **Install the Remote - Containers Extension**: Open VS Code and go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window. Search for "Remote - Containers" and install it.

4. **Open a Folder in a Container**:
- Open your project folder in VS Code.
- Press `F1` to open the Command Palette, then type `Remote-Containers: Open Folder in Container...` and select it.
- VS Code will build the container and open your project inside it.


For further information on how to configure and use Dev Containers, please visit the [official documentation](https://code.visualstudio.com/docs/remote/containers).
For information on how to configure and use Dev Containers, please visit the [official documentation](https://code.visualstudio.com/docs/remote/containers).

0 comments on commit 22db637

Please sign in to comment.