mirror of
https://github.com/docker/awesome-compose.git
synced 2025-12-30 02:38:30 +01:00
angular: fix readme for dev envs (#260)
I accidentally edited the wrong `README`, which was the inner one from the app generated by Angular CLI rather than the project one about Compose. Restored the old one and moved the dev envs info to the root/Compose README. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
@@ -65,3 +65,14 @@ Stop and remove the container
|
||||
```
|
||||
$ docker compose down
|
||||
```
|
||||
|
||||
## Use with Docker Development Environments
|
||||
|
||||
You can use this sample with the Dev Environments feature of Docker Desktop.
|
||||
|
||||

|
||||
|
||||
To develop directly on the services inside containers, use the HTTPS Git url of the sample:
|
||||
```
|
||||
https://github.com/docker/awesome-compose/tree/master/angular
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user