Skip to content

Commit 2c621c0

Browse files
committed
fix start.sh to work on macos (apache#5019)
remove extra leading / in volume mount command
1 parent 435459c commit 2c621c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/standalone/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ shift
2020
docker run --rm -d \
2121
-h openwhisk --name openwhisk \
2222
-p 3233:3233 -p 3232:3232 \
23-
-v //var/run/docker.sock:/var/run/docker.sock \
23+
-v /var/run/docker.sock:/var/run/docker.sock \
2424
"$IMAGE" "$@"
2525
docker exec openwhisk waitready
2626
case "$(uname)" in

0 commit comments

Comments
 (0)