From af075fa227c0a072428bff83f037b5f943f50fb9 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:42:49 +0000 Subject: [PATCH] ENGDOCS-1188 (#16565) --- _includes/dev-envs-changing.md | 6 ++++++ desktop/dev-environments/create-dev-env.md | 5 ++--- desktop/dev-environments/dev-cli.md | 1 + desktop/dev-environments/index.md | 3 ++- desktop/dev-environments/set-up.md | 3 ++- desktop/dev-environments/share.md | 1 + 6 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 _includes/dev-envs-changing.md diff --git a/_includes/dev-envs-changing.md b/_includes/dev-envs-changing.md new file mode 100644 index 0000000000..823d42faf6 --- /dev/null +++ b/_includes/dev-envs-changing.md @@ -0,0 +1,6 @@ +> **Dev Environments is changing** +> +>We’re working hard to make Dev Environments work even better for you and your teams. In the coming months, we’ll be introducing a new vision for Dev Environments. +> +>In the mean time, it may take us longer to respond to requests for support. +{: .important} \ No newline at end of file diff --git a/desktop/dev-environments/create-dev-env.md b/desktop/dev-environments/create-dev-env.md index 6fbf7d4fed..54f7d4b757 100644 --- a/desktop/dev-environments/create-dev-env.md +++ b/desktop/dev-environments/create-dev-env.md @@ -5,6 +5,7 @@ title: Launch a dev environment redirect_from: - /desktop/dev-environments/create-compose-dev-env/ --- +{% include dev-envs-changing.md %} You can launch a dev environment from a: - Git repository @@ -31,9 +32,7 @@ To get started with Dev Environments, you must also install the following tools - [Visual Studio Code](https://code.visualstudio.com/){:target="_blank" rel="noopener" class="_"} - [Visual Studio Code Remote Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers){:target="_blank" rel="noopener" class="_"} -> **Note** -> -> After Git is installed, restart Docker Desktop. Select **Quit Docker Desktop**, and then start it again. + After Git is installed, restart Docker Desktop. Select **Quit Docker Desktop**, and then start it again. ## Launch a dev environment from a Git repository diff --git a/desktop/dev-environments/dev-cli.md b/desktop/dev-environments/dev-cli.md index f2b53cace0..ae984a8c10 100644 --- a/desktop/dev-environments/dev-cli.md +++ b/desktop/dev-environments/dev-cli.md @@ -3,6 +3,7 @@ description: Set up a dev Environments keywords: Dev Environments, share, docker dev, Docker Desktop title: Use the docker dev CLI plugin --- +{% include dev-envs-changing.md %} Use the new `docker dev` CLI plugin to get the full Dev Environments experience from the terminal in addition to the Dashboard. diff --git a/desktop/dev-environments/index.md b/desktop/dev-environments/index.md index f8edc30b31..c583385b68 100644 --- a/desktop/dev-environments/index.md +++ b/desktop/dev-environments/index.md @@ -3,6 +3,8 @@ description: Dev Environments keywords: Dev Environments, share, local, Compose title: Overview --- +{% include dev-envs-changing.md %} + > **Beta** > > The Dev Environments feature is currently in [Beta](../../release-lifecycle.md#beta). We recommend that you do not use this in production environments. @@ -20,7 +22,6 @@ You can use Dev Environments through the intuitive GUI in Docker Dashboard or st >**Changes to Dev Environments with Docker Desktop 4.13** > >Docker has simplified how you configure your dev environment project. All you need to get started is a `compose-dev.yaml` file. If you have an existing project with a `.docker/` folder this is automatically migrated the next time you launch. -{: .important} Dev Environments is powered by [Docker Compose](/compose/). This allows Dev Environments to take advantage of all the benefits and features of Compose whilst adding an intuitive GUI where you can launch environments with the click of a button. diff --git a/desktop/dev-environments/set-up.md b/desktop/dev-environments/set-up.md index 6218a20af4..49f4151c5d 100644 --- a/desktop/dev-environments/set-up.md +++ b/desktop/dev-environments/set-up.md @@ -3,6 +3,7 @@ description: Set up a dev Environments keywords: Dev Environments, share, set up, Compose, Docker Desktop title: Set up a dev environment --- +{% include dev-envs-changing.md %} >**Changes to Dev Environments with Docker Desktop 4.13** > @@ -10,7 +11,7 @@ title: Set up a dev environment > > If you are using `.docker/docker-compose.yaml`, we move it to `../compose-dev.yaml`. >If you are using `.docker/config.json`, we create a `../compose-dev.yaml` file with a single service named "app”. It is configured to use the image or Dockerfile referenced in the JSON as a starting point. -{: .important} + To set up a dev environment, there are additional configuration steps to tell Docker Desktop how to build, start, and use the right image for your services. Dev Environments use an `compose-dev.yaml` file located at the root of your project. This file allows you to define the image required for a dedicated service, the ports you'd like to expose, along with additional configuration options. diff --git a/desktop/dev-environments/share.md b/desktop/dev-environments/share.md index b04b423c00..2419615753 100644 --- a/desktop/dev-environments/share.md +++ b/desktop/dev-environments/share.md @@ -3,6 +3,7 @@ description: Dev Environments keywords: Dev Environments, share, Docker Desktop title: Distribute your dev environment --- +{% include dev-envs-changing.md %} The `compose-dev.yaml` config file makes distributing your dev environment easy so everyone can access the same code and any dependencies.