Skip to content

Commit 58db38f

Browse files
chrizmcslawr
authored andcommitted
fix wrong docker desktop link in docker folder readme
Signed-off-by: Christian Muehlbauer <christian.cm.muehlbauer@bmw.de>
1 parent 36dbff7 commit 58db38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The compose file `docker-compose-cdsp.yml` provides a containerized deployment o
77
If you are not familiar with Docker it is a widely deployed and well documented technology. For which you should find numerous tutorials on its use on the internet.
88

99
At the time of writing Docker is available in two different editions with different licenses:
10-
1. [Docker EE/Docker Desktop]() is the commercial edition that provides a GUI and commercial support.
10+
1. [Docker EE/Docker Desktop](https://www.docker.com/products/docker-desktop/) is the commercial edition that provides a GUI and commercial support.
1111
2. [Docker CE (Community Edition)](https://docs.docker.com/engine/) is open source and uses the Docker Engine CLI.
1212

1313
As COVESA operates as an open source community the playground docker support has been developed and documented using the Community Edition and the Docker Engine CLI. The docker compose plugin has been used for development of the compose definitions.

0 commit comments

Comments
 (0)