readme: add devenvs links in READMEs

Signed-off-by: Nick Sieger <nick@nicksieger.com>
This commit is contained in:
Nick Sieger
2022-08-12 16:06:41 -05:00
parent d7f81842a4
commit ee90e1c8a9
24 changed files with 200 additions and 120 deletions

View File

@@ -83,11 +83,13 @@ $ docker compose down
## Use with Docker Development Environments
You can use this sample with the Dev Environments feature of Docker Desktop.
You can use this sample with the Dev Environments feature of Docker Desktop version 4.10 or later.
![Screenshot of creating a Dev Environment in Docker Desktop](../dev-envs.png)
* [Open in Docker Dev Environments <img src="../open_in_new.svg" alt="Open in Docker Dev Environments" align="top"/>](https://open.docker.com/dashboard/dev-envs?url=https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres) (works in Docker Desktop 4.12 and later versions)
* In the "Create a Dev Environment" wizard, choose "Existing Git Repo", copy the URL below and paste into the Git Repository field.
To develop directly on the services inside containers, use the HTTPS Git url of the sample:
```
https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres
```
![Screenshot of creating a Dev Environment in Docker Desktop](../dev-envs.png)