We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e480299 commit ffddd2eCopy full SHA for ffddd2e
brotli/verify.sh
@@ -13,8 +13,11 @@ ls -alh ../
13
14
sleep 10
15
16
+docker ps -a
17
-curl -vv "https://localhost:${PORT_PROXY}/file.json" -ki -H 'Accept-Encoding: br'
18
+curl -vv "https://localhost:${PORT_STATS0}/status" -ki
19
+
20
+# curl -vv "https://localhost:${PORT_PROXY}/file.json" -ki -H 'Accept-Encoding: br'
21
22
23
verify_example.sh
@@ -25,7 +25,7 @@ complete () {
25
26
verify () {
27
tar xf "$EXAMPLE_DIR" -C "$RUNDIR"
28
- export DOCKER_NO_PULL=1
+ export DOCKER_NO_PULL=
29
export DOCKER_RMI_CLEANUP=1
30
# This is set to simulate an environment where users have shared home drives protected
31
# by a strong umask (ie only group readable by default).
0 commit comments