-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Benjamin Brahmer <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
Check failure on line 5 in .devcontainer/README.md GitHub Actions / vale
|
||
|
||
# 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). | ||
Check failure on line 9 in .devcontainer/README.md GitHub Actions / vale
|