Skip to content

Commit cc40ceb

Browse files
committed
improve run docker
1 parent 23a40ad commit cc40ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ docker run -it --rm \
3535
--device /dev/net/tun \
3636
--cap-add=NET_ADMIN \
3737
"${DOCKER_IMAGE_TAG}" \
38-
$1
38+
"$@"

0 commit comments

Comments
 (0)