We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0427e08 commit 4930567Copy full SHA for 4930567
docs/recipes/docker-client/test-in-container.sh
@@ -15,5 +15,5 @@ git commit -m 'initial commit'
15
# Run our LHCI commands
16
which lhci
17
lhci healthcheck
18
-lhci collect --url=https://example.com -n=1 --settings.chromeFlags=--no-sandbox
+lhci collect --url=https://example.com -n=1 --settings.chromeFlags="--no-sandbox --disable-dev-shm-usage"
19
lhci upload --target=filesystem
0 commit comments