From ef9b5cc769d9e08a777247e5bcbc2aacda3d12da Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Thu, 27 Jun 2024 11:51:20 -0600 Subject: [PATCH] docs(docker): update guide with useful flag to see build log --- docs/vitepress/guide/deployment/docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/vitepress/guide/deployment/docker.md b/docs/vitepress/guide/deployment/docker.md index ed2929b2..39a58658 100644 --- a/docs/vitepress/guide/deployment/docker.md +++ b/docs/vitepress/guide/deployment/docker.md @@ -53,3 +53,7 @@ apt-get update && apt-get install mesa-utils-extra -y && eglinfo # EGL API version: 1.5 # EGL vendor string: NVIDIA ``` + +## Image not working + +Usually when you run into an issue where wslink is not found, that means the build/bunlding process of your trame app failed and you should be looking at the docker build step to see what could have gone wrong. For that the docker flags `--no-cache --progress=plain` could be useful. \ No newline at end of file