add configuration to use django sample with Docker Dev Environments feature (#252)

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours
2022-07-12 12:18:35 +02:00
committed by GitHub
parent 34115dcd3c
commit f716bfb382
4 changed files with 36 additions and 2 deletions

View File

@@ -50,3 +50,10 @@ Stop and remove the containers
```
$ docker compose down
```
## Use with Docker Development Environments
You can use this sample with the Dev Environments feature of Docker Desktop.
To develop directly the web service inside a container, you just need to use the https git url of the sample:
`https://github.com/docker/awesome-compose/tree/master/django`
![page](../dev-envs.png)