Skip to content

Commit

Permalink
Fix for newer docker permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Courliss <[email protected]>
  • Loading branch information
Ben Courliss committed Nov 8, 2023
1 parent e9a9fef commit 68cf39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ run-test: test-image e2edevtest-docker-prereqs test-network
docker/docker_run.bash "$(DOCKER_TEST_CNAME)" \
docker run -d \
--privileged \
--user 0:0
--user 0:0 \
-p 127.0.0.1:8510:8510 \
-p 127.0.0.1:8511:8511 \
--name "$(DOCKER_TEST_CNAME)" \
Expand Down

0 comments on commit 68cf39d

Please sign in to comment.