From 8fbb054202303eed5685ba7ff00f2a0384ccb387 Mon Sep 17 00:00:00 2001 From: valentijnscholten Date: Wed, 3 Jun 2020 20:15:06 +0200 Subject: [PATCH] add known issue about finding images not working in release mode --- DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKER.md b/DOCKER.md index a58678763e..f96de63776 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -10,7 +10,7 @@ It is one of the supported [Default installation](setup/README.md) methods. * Proxies * If you're behind a corporate proxy check https://docs.docker.com/network/proxy/ . * Known issues - * finding images only work in `dev` and `ptvsd` mode. Making them work in release mode requires additional configuration. + * finding images do not work with docker-compose yet. Making them work in release mode requires additional configuration, some of which will arrive in 1.7.0 # Setup via Docker Compose - introduction