Merge pull request #13614 from gtardif/git_restart_devenv

Mention users might need to full restart Docker Desktop to have git properly detected for devenvs
This commit is contained in:
Usha Mandya 2021-10-01 11:51:10 +01:00 committed by GitHub
commit f6d9b800d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ If it doesn't detect Git as a valid command, you must reinstall Git and ensure y
![Windows add Git to path](images/dev-env-gitbash.png){:width="300px"}
> **Note**
>
> After you have installed Git, you must quit and then start Docker Desktop. From the Docker menu, select **Quit Docker Desktop**, and then start it again.
## Start a single container Dev Environment
The simplest way to get started with Dev Environments is to create a new environment by cloning the Git repository of the project you are working on. For example, let us create a new Dev Environment using a simple `single-dev-env` project from the [Docker Samples](https://github.com/dockersamples/single-dev-env){:target="_blank" rel="noopener" class="_"} GitHub repository.