add configuration to use sparkjava sample with Docker Dev Environments feature (#261)

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours
2022-07-12 12:22:52 +02:00
committed by GitHub
parent f716bfb382
commit 00c7d85f0e
3 changed files with 34 additions and 0 deletions

View File

@@ -59,3 +59,11 @@ Stopping sparkjava_sparkjava_1 ... done
Removing sparkjava_sparkjava_1 ... done
Removing network sparkjava_default
```
## Use with Docker Development Environments
You can use this sample with the Dev Environments feature of Docker Desktop.
To develop directly sparkjava service inside containers, you just need to use the https git url of the sample:
`https://github.com/docker/awesome-compose/tree/master/sparkjava`
![page](../dev-envs.png)