Skip to content

Commit

Permalink
add run with systemd init process
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt307082 committed Jul 10, 2024
1 parent fc8a701 commit f44e0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "Run console test for $IMAGE_RELEASE"
# TESTING_MODE='true'
# DISABLE_REMOTEIP_FILTERING='enabled'
#
CONTAINER_ID=$(docker run --rm --env TESTING_MODE='true' --env DISABLE_REMOTEIP_FILTERING='enabled' -d "$IMAGE_RELEASE" )
CONTAINER_ID=$(docker run --rm --env TESTING_MODE='true' --env DISABLE_REMOTEIP_FILTERING='enabled' -d --privileged=true "$IMAGE_RELEASE /usr/sbin/init" )

# define
# TIMEOUT in milliseconds to exec command inside the container
Expand Down

0 comments on commit f44e0af

Please sign in to comment.