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 435459c commit 2c621c0Copy full SHA for 2c621c0
core/standalone/start.sh
@@ -20,7 +20,7 @@ shift
20
docker run --rm -d \
21
-h openwhisk --name openwhisk \
22
-p 3233:3233 -p 3232:3232 \
23
- -v //var/run/docker.sock:/var/run/docker.sock \
+ -v /var/run/docker.sock:/var/run/docker.sock \
24
"$IMAGE" "$@"
25
docker exec openwhisk waitready
26
case "$(uname)" in
0 commit comments