ENGDOCS-2075 (#19908)

This commit is contained in:
Allie Sadler 2024-05-06 16:47:20 +01:00 committed by GitHub
parent 35dc374e8b
commit 04facd848a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 6 deletions

View File

@ -8,7 +8,7 @@ title: Overview of Dev Environments
> **Beta**
>
> The Dev Environments feature is currently in [Beta](../../release-lifecycle.md#beta). We recommend that you do not use this in production environments.
> The Dev Environments feature is currently in [Beta](../../release-lifecycle.md#beta).
{ .experimental }
Dev Environments let you create a configurable developer environment with all the code and tools you need to quickly get up and running.
@ -17,6 +17,15 @@ It uses tools built into code editors that allows Docker to access code mounted
You can use Dev Environments through the intuitive GUI in Docker Dashboard or straight from your terminal with the new [`docker dev` CLI plugin](dev-cli.md).
## Use Dev Environments
To use Dev Environments:
1. Navigate to the **Features in Development** tab in **Settings**.
2. On the **Beta** tab, select **Turn on Dev Environments**.
3. Select **Apply & restart**.
The Dev Environments tab is now visible in Docker Dashboard.
## How does it work?
>**Changes to Dev Environments with Docker Desktop 4.13**

View File

@ -23,10 +23,6 @@ This does not conflict with any of the local files or local tooling set up on yo
## Prerequisites
Dev Environments is available as part of Docker Desktop 3.5.0 release. Download and install **Docker Desktop 3.5.0** or later:
- [Docker Desktop](../release-notes.md)
To get started with Dev Environments, you must also install the following tools and extension on your machine:
- [Git](https://git-scm.com). Make sure add Git to your PATH if you're a Windows user.
@ -74,7 +70,7 @@ fi
To launch a dev environment:
1. From **Dev Environments** in Docker Dashboard, select **Create**. The **Create a Dev Environment** dialog displays.
1. From the **Dev Environments** tab in Docker Dashboard, select **Create**. The **Create a Dev Environment** dialog displays.
2. Select **Get Started**.
3. Optional: Provide a name for you dev environment.
4. Select **Existing Git repo** as the source and then paste your Git repository link into the field provided.