We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80895b0 commit d76bb48Copy full SHA for d76bb48
test-docker.sh
@@ -19,11 +19,11 @@ function run {
19
npm run --silent server --port=8000 --pidfile=$PIDFILE &
20
21
# run proxies container
22
- docker run --name=tmp_proxies ${DOCKER_PORTS} -dt mnot/proxy-cache-tests host.docker.internal \
+ docker run --platform linux/amd64 --name=tmp_proxies ${DOCKER_PORTS} -dt mnot/proxy-cache-tests host.docker.internal \
23
> /dev/null
24
25
# run nuster container
26
- docker run --name=tmp_nuster -p 9001:9001 \
+ docker run --platform linux/amd64 --name=tmp_nuster -p 9001:9001 \
27
-v "${PWD}/docker/nuster/nuster.cfg:/etc/nuster/nuster.cfg:ro" -dt nuster/nuster:latest \
28
29
0 commit comments