mirror of https://github.com/docker/docs.git
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:
commit
f6d9b800d1
|
@ -43,6 +43,10 @@ If it doesn't detect Git as a valid command, you must reinstall Git and ensure y
|
|||
|
||||
{: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.
|
||||
|
|
Loading…
Reference in New Issue